We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c09ae38 + 752915e commit 2c54ecdCopy full SHA for 2c54ecd
modules/plugins/utility/telescope/config.nix
@@ -22,6 +22,12 @@ in {
22
package = "telescope";
23
setupModule = "telescope";
24
inherit (cfg) setupOpts;
25
+
26
+ # HACK: workaround until https://github.com/NotAShelf/nvf/issues/535 gets resolved
27
+ before = ''
28
+ vim.g.loaded_telescope = nil
29
+ '';
30
31
after = ''
32
local telescope = require("telescope")
33
${optionalString config.vim.ui.noice.enable "telescope.load_extension('noice')"}
0 commit comments