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.
758 B
758 B
Troubleshooting
- 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.