Update root markers for LSP

This commit is contained in:
Valeriy Filippov
2026-03-11 11:53:28 +03:00
parent 7ee242ab9a
commit bfffd20873
2 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,10 @@
return {
cmd = { "yaml-language-server", "--stdio" },
filetypes = { "yaml", "yaml.docker-compose", "yaml.gitlab", "yaml.helm-values" },
root_markers = { ".git" },
root_markers = {
".git",
".prettierrc",
},
settings = {
redhat = {
telemetry = {