💥 removed new neovim for renaming

This commit is contained in:
z3rOR0ne 2022-12-18 18:16:49 -08:00
parent 8c113f47f6
commit 74983413b8
19 changed files with 0 additions and 810 deletions

View file

@ -1,12 +0,0 @@
-- Enable use of ripgrep
require('nvim-ripgrep').setup{
runner = require('nvim-ripgrep.run').ripgrep, -- grep command
prompt = " ", -- prompt
window = {
width = 0.8,
border = "rounded",
};
open_qf_fn = function()
return vim.api.nvim_command('copen')
end,
}