nvf/modules/plugins/utility/harpoon/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

6 lines
61 B
Nix

_: {
imports = [
./harpoon.nix
./config.nix
];
}