This commit is contained in:
2025-07-13 16:45:40 +02:00
parent 550b1b936b
commit b492c0fc38
32 changed files with 6187 additions and 403 deletions

7
.vim/coc-settings.json Normal file
View File

@@ -0,0 +1,7 @@
{
"deno.enable": true,
"deno.lint": true,
"deno.unstable": false,
"tsserver.enable": false,
"deno.importMap": "./server/import_map.json"
}