chentoast / marks.nvim

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

feat: per-buffer sign toggle #27

Closed chentoast closed 2 years ago

chentoast commented 2 years ago

Allows for per-buffer and global toggling of signs. WIP. The global toggle will override buffer local sign settings - if a buffer has signs disabled, but you globally toggle signs on, that will turn signs on for that buffer too.

Also allows sign toggles to work with bookmark signs.

closes #21

chentoast commented 2 years ago

@andrewferrier can you test this PR out? I don't use sign toggles at all, but maybe you can confirm that this at least fits in with your intended workflow.