Add yaml lsp to nvim

This commit is contained in:
Pavle Portic 2023-11-23 20:10:51 +01:00
parent 1bf2e84612
commit 799e6c65b0
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
1 changed files with 2 additions and 1 deletions

View File

@ -116,8 +116,9 @@ lspconfig.efm.setup({
})
-- terraform
lspconfig.terraformls.setup({})
-- json
-- json & yaml
lspconfig.jsonls.setup({})
lspconfig.yamlls.setup({})
-- Install LSP servers automatically
require("mason-lspconfig").setup({ automatic_installation = true })