home/vim: Added vim-signature plugin and save marks across sessions

This commit is contained in:
fleaz 2024-02-01 14:19:48 +01:00
parent cc993914e8
commit b6fece531f
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -59,6 +59,9 @@
#saltstack #saltstack
salt-vim salt-vim
# show marks
vim-signature
]; ];
extraConfig = '' extraConfig = ''
@ -82,6 +85,7 @@
set colorcolumn=120 set colorcolumn=120
set textwidth=120 set textwidth=120
set nowrap set nowrap
set viminfo='1000,f1
" Autosave when focus is lost " Autosave when focus is lost
:au FocusLost * :wa :au FocusLost * :wa