Update README.md
This commit is contained in:
parent
baf86716d1
commit
c538caabfe
@ -5,6 +5,10 @@ GTK ui for neovim written in rust using gtk-rs bindings.
|
||||
![Main Window](/screenshots/neovimgtk-screen.png?raw=true)
|
||||
|
||||
# Font settings
|
||||
By default gnome settings are used:
|
||||
```bash
|
||||
gsettings get org.gnome.desktop.interface monospace-font-name
|
||||
```
|
||||
To setup font add next line to *ginit.vim*
|
||||
```vim
|
||||
call rpcnotify(1, 'Gui', 'Font', 'DejaVu Sans Mono 12')
|
||||
|
Loading…
Reference in New Issue
Block a user