Hide marks by default
samuelevalperta opened this issue · 2 comments
samuelevalperta commented
Hi,
Is it possible to not show marks by default and let them appear only when I use MarksToggleSigns?
dinhmai74 commented
Any solution for this @samuelevalperta ?
samuelevalperta commented
Any solution for this @samuelevalperta ?
I added this in my .vimrc
autocmd VimEnter * MarksToggleSigns
.
It basically exec the command MarksToggleSigns once every time you enter vim.