Install yaml-language-server and add to lspconfig
This commit is contained in:
parent
0b4ce24253
commit
38c63e6ad1
|
@ -99,6 +99,8 @@ return {
|
|||
-- C
|
||||
lspconfig.clangd.setup{}
|
||||
|
||||
-- YAML
|
||||
lspconfig.yamlls.setup{}
|
||||
|
||||
--
|
||||
-- Global mappings
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
haskell-language-server
|
||||
lua-language-server
|
||||
clang-tools
|
||||
yaml-language-server
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue