From 799e043ffd4eb606dad6ecfa7ebd00b3fa72acda Mon Sep 17 00:00:00 2001 From: Cedric Brisson <74279086+CedBri@users.noreply.github.com> Date: Tue, 13 Apr 2021 19:22:37 -0400 Subject: [PATCH] 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) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3ecde00..dea74f1 100644 --- a/README.md +++ b/README.md @@ -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