diff --git a/lua/commands.lua b/lua/commands.lua index 1f76c57..086c8e9 100644 --- a/lua/commands.lua +++ b/lua/commands.lua @@ -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