Add fixme to :Rg comamnd

This commit is contained in:
Kenneth Benzie 2024-04-09 21:05:17 +01:00
parent fd4cefb74b
commit 0e427facfa

View File

@ -114,6 +114,7 @@ end, { bang = true, nargs = 1 })
-- :Rg grep for the given string and fuzzy find the results, bang to enable
-- regex in given string
-- FIXME: Support visual select modes
vim.api.nvim_create_user_command('Rg', function(opts)
local grep_opts = { search = opts.args }
if opts.bang then