nvf/modules/plugins/utility/default.nix
Theodor Bjorkman d126bbdc24 plugins/utility/harpoon: added harpoon
Harpoon (branch harpoon2) has been added as a plugin.
Set under navigation to allow for more naviation plugins to be added in
the future (set telescope under navigation?).
Basic options and keybinds are included.
2025-02-28 09:06:21 +01:00

23 lines
317 B
Nix

{
imports = [
./binds
./ccc
./diffview
./fzf-lua
./gestures
./harpoon
./icon-picker
./images
./leetcode-nvim
./motion
./multicursors
./new-file-template
./outline
./preview
./surround
./telescope
./wakatime
./yanky-nvim
./yazi-nvim
];
}