Install yaml-language-server and add to lspconfig

This commit is contained in:
♥ Minnie ♥ 2024-06-14 08:40:57 +08:00
parent 0b4ce24253
commit 38c63e6ad1
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 3 additions and 0 deletions

View file

@ -99,6 +99,8 @@ return {
-- C
lspconfig.clangd.setup{}
-- YAML
lspconfig.yamlls.setup{}
--
-- Global mappings

View file

@ -19,6 +19,7 @@
haskell-language-server
lua-language-server
clang-tools
yaml-language-server
];
};