added dart language support

This commit is contained in:
2026-01-11 14:11:52 +01:00
parent 10234ceb9a
commit 8e82b16dbd
3 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
return {
cmd = { "dart", "language-server", "--protocol=lsp" },
}