Merge branch 'master' of https://github.com/daa84/neovim-gtk
This commit is contained in:
commit
a9adeb648f
@ -2,7 +2,12 @@
|
|||||||
GTK ui for neovim written in rust using gtk-rs bindings.
|
GTK ui for neovim written in rust using gtk-rs bindings.
|
||||||
|
|
||||||
## Font settings
|
## Font settings
|
||||||
|
<<<<<<< HEAD
|
||||||
To setup font add next line to *ginit.vim*
|
To setup font add next line to *ginit.vim*
|
||||||
```
|
```
|
||||||
|
=======
|
||||||
|
To setup font call:
|
||||||
|
```vim
|
||||||
|
>>>>>>> ebade2ecf3c7b66d4bdbd7f833ad2a40de19e292
|
||||||
call rpcnotify(1, 'Gui', 'Font', 'DejaVu Sans Mono 12')
|
call rpcnotify(1, 'Gui', 'Font', 'DejaVu Sans Mono 12')
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user