diff options
author | Soispha <soispha@vhack.eu> | 2023-10-19 13:14:52 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-19 13:14:52 +0200 |
commit | 856d9c39bdb77e4d5d7ed3ca849eab926e00a843 (patch) | |
tree | df6e84efdf2f72030a730f4680db8eedafe27331 /hm | |
parent | style(hm/conf/taskwarrior): Format (diff) | |
download | nixos-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.nix | 1 |
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: |