Files
nixos-config/modules/home/neovim/plugins/harpoon.nix
2025-12-07 17:28:08 +00:00

8 lines
74 B
Nix

{
programs.nixvim.plugins = {
harpoon = {
enable = true;
};
};
}