Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 888 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 888 Bytes

Wrangler.nvim

Project-based mark manager built on SQLite

Warning This plugin is not quite ready for use.

The goal of this plugin is to be a more minimal and customizeable equivalent to ThePrimeagen/harpoon, which hasn't been updated in a while and contains many features that I don't use.

Installation

With lazy.nvim:

require("lazy").setup({
  --- ...
  {
    "willothy/wrangler.nvim",
    config = true
  }
})

Configuration

TODO: write configuration docs

API

TODO: write API docs