You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments