Add fixme to :Rg comamnd
This commit is contained in:
parent
fd4cefb74b
commit
0e427facfa
@ -114,6 +114,7 @@ end, { bang = true, nargs = 1 })
|
|||||||
|
|
||||||
-- :Rg grep for the given string and fuzzy find the results, bang to enable
|
-- :Rg grep for the given string and fuzzy find the results, bang to enable
|
||||||
-- regex in given string
|
-- regex in given string
|
||||||
|
-- FIXME: Support visual select modes
|
||||||
vim.api.nvim_create_user_command('Rg', function(opts)
|
vim.api.nvim_create_user_command('Rg', function(opts)
|
||||||
local grep_opts = { search = opts.args }
|
local grep_opts = { search = opts.args }
|
||||||
if opts.bang then
|
if opts.bang then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user