From 0e427facfa73481ab7320b90317e2c209675c613 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 9 Apr 2024 21:05:17 +0100 Subject: [PATCH] Add fixme to :Rg comamnd --- lua/commands.lua | 1 + 1 file changed, 1 insertion(+) 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