Move note about fonts to correct section of readme

macos-click-through
Caleb Maclennan 2 years ago
parent f5c9b591a7
commit c30280cbfa
No known key found for this signature in database
GPG Key ID: B538286DE04ECFE5

@ -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). 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 ## Install
**Note**: Building instructions are somewhat limited at the moment. All the libraries I use are cross platform and should have **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 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 ##### With non-default branch
```sh ```sh
@ -211,6 +211,7 @@ sed "$REGEX" PKGBUILD
makepkg -si makepkg -si
``` ```
#### With Snap #### With Snap
Neovide is also available in the Snap Store. You can install it Neovide is also available in the Snap Store. You can install it
using the command below. using the command below.
@ -221,6 +222,7 @@ snap install neovide
#### From source #### From source
1. Install necessary dependencies (adjust for your preferred package manager) 1. Install necessary dependencies (adjust for your preferred package manager)
```sh ```sh

Loading…
Cancel
Save