From b6fece531fc22cd45905c3d478718c6139961827 Mon Sep 17 00:00:00 2001 From: fleaz Date: Thu, 1 Feb 2024 14:19:48 +0100 Subject: [PATCH] home/vim: Added vim-signature plugin and save marks across sessions --- home-manager/modules/neovim.nix | 4 ++++ 1 file changed, 4 insertions(+) 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