Skip to content

nicholasxjy/snipe-marks.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snipe-marks.nvim

Yet another marks navigate nvim plugin depends on leath-dub/snipe.nvim

How to use

{
  "nicholasxjy/snipe-marks.nvim",
  dependencies = { "leath-dub/snipe.nvim" },
  keys = {
    {"<leader>ml", function() require("snipe-marks").open_marks_menu() end, desc = "Find local marks"},
    {"<leader>ma", function() require("snipe-marks").open_marks_menu("all") end, desc = "Find all marks"},
  }
}

Demo

demo.gif

why not telescope?

Local marks is a good and quick way for me to navigate between code blocks when editing the current buffer.

The telescope UI is a bit distracted for me, snipe menu is so clean and simple.

About

Another marks navigate nvim plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages