Files
dotfiles/nvim/after/lsp/yamlls.lua

10 lines
133 B
Lua

return {
settings = {
yaml = {
schemaStore = {
enable = true
}
}
}
}