fix(inc-rename-nvim): lazy load on cmd instead of lsp setup - #1750
Conversation
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
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
📑 Description
The
AstroLspSetupuser event 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