Skip to content

Commit 8a12683

Browse files
committed
chore(lsp.yamlls): add gh-dash config schema
1 parent b8351e4 commit 8a12683

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lua/modules/configs/completion/servers/yamlls.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ return {
3030
fileMatch = { "docker-compose*.{yml,yaml}", "compose*.{yml,yaml}" },
3131
url = "https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json",
3232
},
33+
{
34+
name = "gh-dash config",
35+
description = "gh-dash config YAML schema",
36+
fileMatch = "*/gh-dash/config.yml",
37+
url = "https://dlvdhr.github.io/gh-dash/configuration/gh-dash/schema.json",
38+
},
3339
},
3440
}),
3541
-- trace = { server = "debug" },

0 commit comments

Comments
 (0)