chentoast / marks.nvim

A better user experience for viewing and interacting with Vim marks.
MIT License
783 stars 40 forks source link

Hide marks by default #76

Closed samuelevalperta closed 1 year ago

samuelevalperta commented 1 year ago

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

dinhmai74 commented 1 year ago

Any solution for this @samuelevalperta ?

samuelevalperta commented 1 year ago

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.