diff --git a/home-manager/modules/neovim.nix b/home-manager/modules/neovim.nix index c4fd644..e7f7ebb 100644 --- a/home-manager/modules/neovim.nix +++ b/home-manager/modules/neovim.nix @@ -59,6 +59,9 @@ #saltstack salt-vim + + # show marks + vim-signature ]; extraConfig = '' @@ -82,6 +85,7 @@ set colorcolumn=120 set textwidth=120 set nowrap + set viminfo='1000,f1 " Autosave when focus is lost :au FocusLost * :wa