Skip to content

Commit 2ef21e4

Browse files
committed
feat(community/lsp): disable inc-rename for now
The final replacement is glitchy, possibly due to interference with another plugin.
1 parent 100ced7 commit 2ef21e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/community.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ return {
161161
{ import = "astrocommunity.lsp.actions-preview-nvim" },
162162
{ import = "astrocommunity.lsp.delimited-nvim" },
163163
{ import = "astrocommunity.lsp.garbage-day-nvim" },
164-
{ import = "astrocommunity.lsp.inc-rename-nvim" },
164+
--{ import = "astrocommunity.lsp.inc-rename-nvim" },
165165
{ import = "astrocommunity.lsp.lsplinks-nvim" },
166166
--{ import = "astrocommunity.lsp.lsp-signature-nvim" },
167167
{ import = "astrocommunity.lsp.nvim-lsp-file-operations" },

0 commit comments

Comments
 (0)