💥 removed new neovim for renaming
This commit is contained in:
parent
8c113f47f6
commit
74983413b8
19 changed files with 0 additions and 810 deletions
|
|
@ -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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue