neovim: disable inc-rename, enable refactoring
This commit is contained in:
parent
bb80d6e103
commit
552f43a959
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ require("lazy").setup({
|
|||
{ import = "lazyvim.plugins.extras.coding.mini-surround" },
|
||||
{ import = "lazyvim.plugins.extras.coding.neogen" },
|
||||
{ import = "lazyvim.plugins.extras.dap.core" },
|
||||
{ import = "lazyvim.plugins.extras.editor.inc-rename" },
|
||||
{ import = "lazyvim.plugins.extras.editor.refactoring" },
|
||||
-- { import = "lazyvim.plugins.extras.editor.leap" },
|
||||
{ import = "lazyvim.plugins.extras.lsp.neoconf" },
|
||||
{ import = "lazyvim.plugins.extras.test.core" },
|
||||
|
|
Loading…
Add table
Reference in a new issue