From 856d9c39bdb77e4d5d7ed3ca849eab926e00a843 Mon Sep 17 00:00:00 2001 From: Soispha Date: Thu, 19 Oct 2023 13:14:52 +0200 Subject: fix(hm/conf/nvim/plgs/harpoon): Enable Telescope extension Otherwise nixvim will complain, as I also have telescope enabled --- hm/soispha/conf/nvim/plgs/harpoon/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hm') 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: -- cgit 1.4.1