feat(nvim): add yaml-language-server

This commit is contained in:
Michael Mandl 2022-06-26 21:12:32 +02:00
parent 05af64bfba
commit ecfba4b276
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@
tflint
nodePackages.bash-language-server
rust-analyzer
nodePackages.yaml-language-server
];
programs = {

View file

@ -49,6 +49,7 @@ local servers = {
["rnix"] = {},
["terraformls"] = {},
["tflint"] = {},
["yamlls"] = {},
}
local lspconfig = require("lspconfig")