mirror of https://github.com/sgoudham/neovide.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
613 B
613 B
Editing w/ External Tools
You can use Neovide in other programs as editor, this page aims to document some quirks. Support for that, however, is only possible as far as reasonably debuggable.
Note: We do not endorse nor disrecommend usage of all programs listed here. All usage happens on your own responsibility.
jrnl
In your configuration file:
editor: "neovide --nofork"
...as jrnl
saves & removes the temporary file as soon as the main process exits, which happens
before startup by forking.