Quick fix for Arch users (#551)

* Quick fix for Arch users since DistroTube made a video about neovide. (Most likely a lot more arch users will be installing it)

* Quick fix for Arch users since DistroTube made a video about neovide. (Most likely a lot more arch users will be installing it)
macos-click-through
Cedric Brisson 3 years ago committed by GitHub
parent 63d38fce3c
commit 799e043ffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -128,6 +128,10 @@ git clone https://aur.archlinux.org/neovide-git.git
cd neovide
makepkg -si
```
Note: Neovide requires that a font be set in `init.vim` otherwise errors might be encountered.
See [#527](https://github.com/Kethku/neovide/issues/527)
This can be fixed by adding `set guifont=Your\ Font\ Name:h15` in init.vim file.
#### Debian/Ubuntu

Loading…
Cancel
Save