dotfiles/home/dot_config/nvim/lsp/yamlls.lua
2025-09-27 15:28:09 +01:00

9 lines
191 B
Lua

return {
cmd = { "yaml-language-server", "--stdio" },
filetypes = { "yaml", "yaml.docker-compose", "yaml.gitlab" },
root_markers = { ".git" },
settings = {
yaml = {
},
},
}