marks.nvim icon indicating copy to clipboard operation
marks.nvim copied to clipboard

A better user experience for viewing and interacting with Vim marks.

Results 40 marks.nvim issues
Sort by recently updated
recently updated
newest added

Similar to [a previous issue](https://github.com/chentoast/marks.nvim/issues/24) I would like to be able to get the added marks as a table in lua to interact with my configuration ([for example](https://github.com/sidebar-nvim/sidebar.nvim)) This will...

When I toggle preview by `m:`, the cursor will enter to preview window and I need to use `:q` to quit. It is inconvenient. Can we add some actions binding...

Marks are getting added back. I deleted the mark and reopened nvim. I was able to see the deleted mark BTW I'm using [auto-session](https://github.com/rmagatti/auto-session)

Instead of displaying over [`gitsigns.nvim`](https://github.com/lewis6991/gitsigns.nvim#gitsignsnvim), can the marks be displayed in the second column? Or alternatively, make them the same color as the gitsign. --- The mark signs are somewhat...

As far as I saw there are no commands that delete marks (line-wise or globally) that apply at the same time to marks and bookmarks. I don't really need to...

This allows setting a reasonable description for each mapping that will render nicely in plugins like which-key. This is using the older `vim.api.nvim_set_keymap` function in order to retain compatibility with...

(Thanks great plugin.) I want to highlight the rows where sign is set. Default is set to NONE so as not to break the current configuration,

Hi there, and thanks for your cool plugin! I'm experiencing the following error when running `MarksListAll`: ``` E5108: Error executing lua ...vim/site/pack/packer/start/marks.nvim/lua/marks/mark.lua:284: Invalid buffer id: 4 stack traceback: [C]: in...

I use [Gitsigns](https://github.com/lewis6991/gitsigns.nvim) and find that color of marks.nvim distracted. ![image](https://user-images.githubusercontent.com/10106636/200993396-a3d824f1-f92b-48a3-9317-249a5a4f27da.png) I try to clear color of the highlight group `MarkSignNumHL`. Here is the effect after setting `:highlight link MarkSignNumHL...