nvim lsp: 設定好常用的程式語言

This commit is contained in:
2025-05-05 20:11:33 +08:00
parent bf7f000533
commit 5f615e405a
6 changed files with 42 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
return {
cmd = { "yaml-language-server", "--stdio" },
filetypes = { "yaml", "yaml.docker-compose", "yaml.gitlab" },
root_markers = { ".git" },
settings = {
redhat = {
telemetry = {
enabled = false
}
}
},
}