vim-bookmarks
vim-bookmarks copied to clipboard
Fixes #118 bookmarks hiding when switching buffer
trafficstars
I just quickly created this PR so the fix can be verified. I didn't test myself yet (besides this one use case). Please go ahead and help me testing.
This fixes the issue I had trying to use this plugin alongside whichkey. The bookmarks used to disappear, but this seems to fix the bug.
A problem that was introduced in this branch was that bookmark signs were invisible when starting nvim and entering files that have bookmarks added to them. I created a fork based on the master branch where both functionalities are no more of an issue #174