fix(pack): use before_init for schemastore jsonls/yamlls - #1789
fix(pack): use before_init for schemastore jsonls/yamlls#1789syltharion wants to merge 1 commit into
Conversation
Closes AstroNvim#1774 vim.lsp.config does not support on_new_config (neovim/neovim#32287). Switch to before_init with nil guards, matching the pattern used by basedpyright and vue packs.
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
Closes #1774
Replaces
on_new_configwithbefore_initfor schemastore integration in jsonls and yamlls configs.vim.lsp.configdoes not supporton_new_config(neovim/neovim#32287). Adds nil guards matching the pattern used by basedpyright and vue packs.