diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/vim.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/vim.nix b/gui/vim.nix index b9189c1..24ae0b2 100644 --- a/gui/vim.nix +++ b/gui/vim.nix @@ -9,11 +9,13 @@ in [ neovim-qt pkgs.xclip # required to access clipboard in nvim-gui + pkgs.fzf # required for all kinds of narrow-down-completion ]; file.".config/nvim/ginit.vim".text = '' set title Guifont! Iosevka:h10 + set guifont=Iosevka:h10 autocmd FocusGained * :checktime ''; |