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)
- Host: GitHub
- URL: https://github.com/willothy/wrangler.nvim
- Owner: willothy
- Created: 2023-09-29T20:39:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T04:00:13.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T04:46:15.355Z (over 1 year ago)
- Language: Lua
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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