A collection of QoL plugins for NeoVim!
| Fruit | Description |
|---|---|
| highlight | highlight lines in normal mode or by visual selection. |
| mark | Create persistent marks for different repos and branches, integrated with neo-tree by default. |
{
"ZachVec/fruits.nvim",
opts = {
highlight = { enable = true },
mark = { enable = true }
}
}The configuration above is to enable the plugins, for more configurations, check
the hyperlinks in Modules section.