From c30280cbfa0a65e594217bad019293a35c172014 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Sat, 2 Jul 2022 00:14:50 +0300 Subject: [PATCH] Move note about fonts to correct section of readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49ce19a..707d935 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,9 @@ I've got more ideas for simple unobtrusive improvements. More to come. Configuration is done almost completely via global neovide variables in your vim config and can be manipulated live at runtime. Details can be found [here](https://github.com/neovide/neovide/wiki/Configuration). +Note: Neovide requires that a font be set in `init.vim` otherwise errors might be encountered. +See [#527](https://github.com/neovide/neovide/issues/527) + ## Install **Note**: Building instructions are somewhat limited at the moment. All the libraries I use are cross platform and should have @@ -198,9 +201,6 @@ nvim PKGBUILD makepkg -si ``` -Note: Neovide requires that a font be set in `init.vim` otherwise errors might be encountered. -See [#527](https://github.com/neovide/neovide/issues/527) - ##### With non-default branch ```sh @@ -211,6 +211,7 @@ sed "$REGEX" PKGBUILD makepkg -si ``` #### With Snap + Neovide is also available in the Snap Store. You can install it using the command below. @@ -221,6 +222,7 @@ snap install neovide #### From source + 1. Install necessary dependencies (adjust for your preferred package manager) ```sh