Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Marks.nvim Alternatives
Similar projects and alternatives to marks.nvim
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
which-key.nvim
💥 Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.
-
-
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
-
-
-
nvim-early-retirement
Send buffers into early retirement by automatically closing them after x minutes of inactivity.
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
marks.nvim discussion
marks.nvim reviews and mentions
-
Wrote simple function which lists marks, how cam I improve it?
Hello, one day (today) I got tired of using built-in `marks` command output, so I wrote a simple function, which displays all my marks in my editor. For now I don't want to use plugins like marks.nvim or harpoon by Primeagen to get myself into NeoVim Lua API a bit. How can I improve it, for example, to show information humanized, or go to mark by pressing on it, etc?
-
Closing unused buffers
I don't have this workflow to cycle between 3 or 4 files, but I think "marks" like plugins could help with this: marks.nvim, harpoon, etc
-
Share your quickfix workflow
list all marks to jump to (I use marks.nvim but any equivalent would do)
-
How to use new builtins?
At least for marks it helped me to try this plugin: https://github.com/chentoast/marks.nvim
-
What unique Neovim plugins do you use?
marks.nvim. In the sign column it shows your marks.
-
Should there be a signcolumn option to display marks?
Issues like this https://github.com/chentoast/marks.nvim/issues/62 (high CPU) give me cause for concern with Marks, although, by the looks of it, it is a problem with Neovim in general.
-
Finally found an effective way to use global marks
I'm also using marks.nvim which helps me see where the marks exactly are.
-
Neovim but with more familiar keybindings?
Harpoon plugin was written for this exact scenario, but I try to use global marks for this. I use marks.nvim plugin to signify lines with a mark, Teleform marks, and which-key.nvim (w/mark preview).
-
Formatting using LSP deleting marks?
I'm using marks.nvim to show marks in the gutter, and every time I format using lua vim.lsp.buf.format(), all my marks get deleted. Is there any way to prevent this or is just a bug?
-
Plugins like Harpoon (for marking / jumping to a collection of files)?
I use chentoast/marks.nvim, which-key.nvim and :telescope marks. This combination of plugins makes working with marks much easier.
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 19 Apr 2025
Stats
chentoast/marks.nvim is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of marks.nvim is Lua.