Skip to content

Commit 85c0339

Browse files
authored
fix(inc-rename-nvim): lazy load on cmd instead of lsp setup (#1750)
The `AstroLspSetup` no longer exists as of AstroNvim v6, which prevented the plugin from ever loading. Using a command should be better anyways, as it's only loaded when actually used
1 parent 36463ca commit 85c0339

File tree

1 file changed

+1
-1
lines changed
  • lua/astrocommunity/lsp/inc-rename-nvim

1 file changed

+1
-1
lines changed

lua/astrocommunity/lsp/inc-rename-nvim/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
return {
22
"smjonas/inc-rename.nvim",
3-
event = "User AstroLspSetup",
3+
cmd = "IncRename",
44
dependencies = {
55
{
66
"AstroNvim/astrolsp",

0 commit comments

Comments
 (0)