diff options
author | Michaël Ball <michael.ball@krotosaudio.com> | 2025-08-19 10:28:15 +0100 |
---|---|---|
committer | Michaël Ball <michael.ball@krotosaudio.com> | 2025-08-19 10:28:15 +0100 |
commit | 44caa736e20fd6bb43695402ac5595a3a4a92dea (patch) | |
tree | ec4d5838057c9c620a712192a5c6820d1c65959f /neovim | |
parent | a83ac69c60710b835e71e45ce83bb187ae0e60c3 (diff) |
Fix for new vimr
Diffstat (limited to 'neovim')
-rw-r--r-- | neovim/.config/nvim/ginit.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/neovim/.config/nvim/ginit.vim b/neovim/.config/nvim/ginit.vim index da8ff9a..127405e 100644 --- a/neovim/.config/nvim/ginit.vim +++ b/neovim/.config/nvim/ginit.vim @@ -7,7 +7,7 @@ elseif exists("g:neovide") let g:neovide_position_animation_length = 0 let g:neovide_scroll_animation_length = 0 let g:neovide_theme = 'auto' -else +elseif !exists('g:gui_vimr') GuiFont SarasaMonoCL Nerd Font Propo:h14 endif |