mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-05 00:41:44 +05:30
12 lines
254 B
Lua
12 lines
254 B
Lua
return {
|
|
cmd = { "yaml-language-server", "--stdio" },
|
|
filetypes = { "yaml" },
|
|
settings = {
|
|
yaml = {
|
|
format = { enable = true },
|
|
validate = true,
|
|
schemaStore = { enable = true },
|
|
},
|
|
},
|
|
}
|