Restart Neovim without restarting Neovide #1713
Replies: 2 comments · 2 replies
-
Prior to neovide, I used a shell script to wrap neovim and relaunch it if it exited with a specific status code. Then I made a mapping in nvim to call I attempted to reuse this script using |
Beta Was this translation helpful? Give feedback.
-
The refactoring that's taking place in order to support the multigrid will make this much easier to support in the future. So this will probably be implemented sometime after that is done. |
Beta Was this translation helpful? Give feedback.
-
For some config changes, it is necessary to restart neovim instead of just re-sourcing the config files.
While especially with lazy loading Neovim startup time is incredibly fast, a fair amount of time seems to be taken up by restarting Neovide s well in the process.
is it possible to restart neovim without restarting Neovide?
Beta Was this translation helpful? Give feedback.
All reactions