Tony Chen
Tony Chen
This pr is getting closer, but I would hold off on merging until I've had a chance to test it out on some more non-trivial models
This issue has been resolved by https://github.com/neovim/neovim/pull/24936#issue-1872613148, so closing.
You can use global (uppercase) marks for that purpose.
I think this patch makes sense to me. I don’t really see this plugin upgrading to `vim.keymap` unless there’s a specific feature that it unlocks; I prefer to keep the...
Most likely a duplicate of #13
It sounds like what you want is to set `bg=NONE` in the definition of your highlight group - does that solve the issue?
Hmm, I’ll need more info than just that. Can you provide a clearer reproduction?
This doesn't work by design; allowing for this would clobber setting the `M` uppercase mark.
The preview command can be triggered by using the default mapping `m:` or running `:lua require'marks'.preview()`. You're right that there's no documentation or keybinding. Part of that is I actually...
Unfortunately, bookmarks do not persist in neovim instances. File marks (upper case and numbered marks) are saved by neovim, but there is no way to stash custom plugin data in...