1
0
Fork 0

neovim: disable inc-rename, enable refactoring

This commit is contained in:
Luca Bilke 2024-06-18 08:15:13 +02:00
parent 37ccb569bc
commit 96a59cfc58
No known key found for this signature in database
GPG Key ID: C9E851809C1A5BDE
1 changed files with 1 additions and 1 deletions

View File

@ -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" },