diff --git a/nvim/.config/nvim/lua/plugins/pickers.lua b/nvim/.config/nvim/lua/plugins/pickers.lua index 1d715cb..d219df4 100644 --- a/nvim/.config/nvim/lua/plugins/pickers.lua +++ b/nvim/.config/nvim/lua/plugins/pickers.lua @@ -23,6 +23,7 @@ return { { "se", "NvimTreeToggle", desc = "filetree", silent = true }, }, }, + { "MagicDuck/grug-far.nvim", lazy = false, opts = {} }, -- fuzzy matching picker { "nvim-telescope/telescope.nvim", @@ -61,7 +62,7 @@ return { selection_caret = "󰳟 ", color_devicons = true, mappings = { - -- FIXME Find way to only invoke this *IF* trouble plugin is found + -- FIXME: Find way to only invoke this *IF* trouble plugin is found i = { [""] = require("trouble.sources.telescope").open }, n = { [""] = require("trouble.sources.telescope").open }, },