An open API service indexing awesome lists of open source software.

https://github.com/willothy/wrangler.nvim

Harpoon-like mark manager for Neovim, backed by SQLite (WIP)
https://github.com/willothy/wrangler.nvim

Last synced: over 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          


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](https://github.com/ThePrimeagen/harpoon), which hasn't been updated in a while and contains many features that I don't use.

## Installation

With [lazy.nvim](https://github.com/folke/lazy.nvim):

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

## Configuration

TODO: write configuration docs

## API

TODO: write API docs