diff options
author | Michaël Ball <michael.ball@krotosaudio.com> | 2025-01-07 15:17:35 +0000 |
---|---|---|
committer | Michaël Ball <michael.ball@krotosaudio.com> | 2025-01-07 15:17:35 +0000 |
commit | 0f6ec16e3ac1dc63063eb758ab9329a7661b4341 (patch) | |
tree | f88fb2253bb5158208307048f944d094aa471780 /neovim | |
parent | 312faec0a27c208da2a017b0e1ab1a6d2d686b5f (diff) |
Update guifont
Diffstat (limited to 'neovim')
-rw-r--r-- | neovim/.config/nvim/ginit.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/neovim/.config/nvim/ginit.vim b/neovim/.config/nvim/ginit.vim index bdd2320..da8ff9a 100644 --- a/neovim/.config/nvim/ginit.vim +++ b/neovim/.config/nvim/ginit.vim @@ -2,13 +2,13 @@ if exists('g:GtkGuiLoaded') call rpcnotify(1, 'Gui', 'Font', 'Iosevka SS10 12') call rpcnotify(1, 'Gui', 'Option', 'Tabline', 1) elseif exists("g:neovide") - set guifont=Iosevka\ NFM:h14 + set guifont=SarasaMonoCL\ Nerd\ Font\ Propo:h14 let g:neovide_cursor_animation_length = 0 let g:neovide_position_animation_length = 0 let g:neovide_scroll_animation_length = 0 let g:neovide_theme = 'auto' else - GuiFont Iosevka NFM:h14 + GuiFont SarasaMonoCL Nerd Font Propo:h14 endif if has('autocmd') && exists('g:GtkGuiLoaded') |