Skip to content

Latest commit

 

History

History
78 lines (54 loc) · 2.01 KB

File metadata and controls

78 lines (54 loc) · 2.01 KB

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