update: enable live_multigrep
This commit is contained in:
parent
e3e70f072d
commit
e3e80656c1
2 changed files with 15 additions and 13 deletions
|
|
@ -45,6 +45,7 @@ local live_multigrep = function(opts)
|
|||
:find()
|
||||
end
|
||||
|
||||
M.setup = function() vim.keymap.set("n", "<space>fg", live_multigrep, { desc = "Find using multigrep" }) end
|
||||
M.setup = function() vim.keymap.set("n", "<space>fG", live_multigrep, { desc = "Find using multigrep" }) end
|
||||
|
||||
|
||||
return M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue