Add YAML language server to nvim

This commit is contained in:
Talia 2024-05-17 14:25:52 +02:00
parent 9dae167547
commit b17a9e949b
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ for _, language in ipairs {
"solargraph",
"standardrb",
"zls",
"yamlls" -- bun install --global yaml-language-server
} do
config[language].setup(ensure_capabilities(default))
end