about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-19 13:14:52 +0200
committerSoispha <soispha@vhack.eu>2023-10-19 13:14:52 +0200
commit856d9c39bdb77e4d5d7ed3ca849eab926e00a843 (patch)
treedf6e84efdf2f72030a730f4680db8eedafe27331 /hm
parentstyle(hm/conf/taskwarrior): Format (diff)
downloadnixos-config-856d9c39bdb77e4d5d7ed3ca849eab926e00a843.tar.gz
nixos-config-856d9c39bdb77e4d5d7ed3ca849eab926e00a843.zip
fix(hm/conf/nvim/plgs/harpoon): Enable Telescope extension
Otherwise nixvim will complain, as I also have telescope enabled
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/nvim/plgs/harpoon/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hm/soispha/conf/nvim/plgs/harpoon/default.nix b/hm/soispha/conf/nvim/plgs/harpoon/default.nix
index 76f33af8..afbeb727 100644
--- a/hm/soispha/conf/nvim/plgs/harpoon/default.nix
+++ b/hm/soispha/conf/nvim/plgs/harpoon/default.nix
@@ -34,6 +34,7 @@ in {
   programs.nixvim = {
     plugins.harpoon = {
       enable = true;
+      enableTelescope = true;
       # menu.width = "vim.api.nvim_win_get_width(0) - 4"; # TODO: integrate that
       keymaps = {
         tmuxGotoTerminal = null; # TODO: