This commit is contained in:
2023-12-01 20:57:55 +01:00
parent 943f29a165
commit 9af61291c3
3 changed files with 26 additions and 5 deletions

View File

@@ -298,6 +298,11 @@ return {
on_attach = on_attach,
}
lspconfig['zk'].setup {
capabilities = capabilities,
on_attach = on_attach,
}
lspconfig['yamlls'].setup {
capabilities = capabilities,
on_attach = on_attach,