neovim/lsp/yaml.lua

5 lines
112 B
Lua

---@type vim.lsp.Config
return {
filetypes = { "yaml" },
cmd = { "yaml-language-server", "--stdio" },
}