Troubleshooting
Should Neovide happen not to start at all, check the following:
if you’re using zsh
~/.zshenv
,~/.zprofile
and~/.zlogin
, or whatever the equivalent for your shell is if anything emits output during shell startup, since Neovide uses your shell to findnvim
. You can instead use~/.zshrc
.whether you can reproduce this by running from the latest git main commit. This can be done by running from source or just grabbing the binary from the
Actions
tab on GitHub.
Neovide requires that a font be set in
init.vim
otherwise errors might be encountered. This can be fixed by addingset guifont=Your\ Font\ Name:h15
in init.vim file. Reference issue #527.If you installed
neovim
via Apple Silicon (M1)-basedbrew
, you have to add thebrew prefix
to$PATH
to runNeovide.app
in GUI. Please see the homebrew documentation. Reference issue #1242
Linux
- If you recieve errors complaining about DRI3 settings, please reference issue #44.