neovim: disable inc-rename, enable refactoring
This commit is contained in:
parent
37ccb569bc
commit
96a59cfc58
|
@ -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…
Reference in New Issue