feat(nvim): add yaml-language-server

main
mandlm 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")