remove stale FIXME

This commit is contained in:
Ching Pei Yang 2024-10-31 14:19:07 +01:00
parent de6e701386
commit bf54ca3cb2
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -23,7 +23,6 @@ in {
package = "telescope";
setupModule = "telescope";
inherit (cfg) setupOpts;
# FIXME: how do I deal with extensions? set all as deps?
after = ''
local telescope = require("telescope")
${optionalString config.vim.ui.noice.enable "telescope.load_extension('noice')"}