chentoast/marks.nvim

Hide marks by default

samuelevalperta opened this issue · 2 comments

Hi,
Is it possible to not show marks by default and let them appear only when I use MarksToggleSigns?

Any solution for this @samuelevalperta ?

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.