mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
remove stale FIXME
This commit is contained in:
parent
de6e701386
commit
bf54ca3cb2
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ in {
|
||||||
package = "telescope";
|
package = "telescope";
|
||||||
setupModule = "telescope";
|
setupModule = "telescope";
|
||||||
inherit (cfg) setupOpts;
|
inherit (cfg) setupOpts;
|
||||||
# FIXME: how do I deal with extensions? set all as deps?
|
|
||||||
after = ''
|
after = ''
|
||||||
local telescope = require("telescope")
|
local telescope = require("telescope")
|
||||||
${optionalString config.vim.ui.noice.enable "telescope.load_extension('noice')"}
|
${optionalString config.vim.ui.noice.enable "telescope.load_extension('noice')"}
|
||||||
|
|
Loading…
Reference in a new issue