feat(nvim): add yaml-language-server
This commit is contained in:
parent
05af64bfba
commit
ecfba4b276
@ -9,6 +9,7 @@
|
||||
tflint
|
||||
nodePackages.bash-language-server
|
||||
rust-analyzer
|
||||
nodePackages.yaml-language-server
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
@ -49,6 +49,7 @@ local servers = {
|
||||
["rnix"] = {},
|
||||
["terraformls"] = {},
|
||||
["tflint"] = {},
|
||||
["yamlls"] = {},
|
||||
}
|
||||
|
||||
local lspconfig = require("lspconfig")
|
||||
|
Reference in New Issue
Block a user