Skip to content

willothy/wrangler.nvim

Repository files navigation

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

About

Harpoon-like mark manager for Neovim, backed by SQLite (WIP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages