Skip to content

Simple, yet powerfull neovim marks management plugin

License

Notifications You must be signed in to change notification settings

mgierada/marker.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

marker.nvim

Simple, yet powerful neovim marks management plugin 🔌

Lua

License Status Neovim

Overview

Warning

This plugin is still in early alpha version. Expect breaking changes 💥

⚡️Requirements

It should work with any fairly modern neovim version. I tested that for the following:

  • neovim >= 0.9 and nightly 0.11-dev releases

💻 Installation

Install the marker.nvim neovim plugin with your favourite package manager:

Lazy

-- marker.nvim
return {
  "mgierada/marker.nvim",
  dependencies = { "leath-dub/snipe.nvim" },
  enabled = true,
  config = function()
    require("marker").setup({
      position = "topleft",
      mappings = {
        open = "<leader>ml",
        select = "<cr>",
        cancel = "<esc>",
        preview = "p"
      },
    })
  end,
}

Inspiration

The plugin is inspired by other awesome plugins and borrows some concepts:

Star History

Star History Chart

About

Simple, yet powerfull neovim marks management plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages