nvim: Add grug rg find and replace picking plugin
This commit is contained in:
parent
86dfc5ecbc
commit
7723f43a5b
1 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@ return {
|
|||
{ "<leader>se", "<cmd>NvimTreeToggle<cr>", 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 = { ["<c-t>"] = require("trouble.sources.telescope").open },
|
||||
n = { ["<c-t>"] = require("trouble.sources.telescope").open },
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue