some stuff

This commit is contained in:
john 2024-12-03 17:10:40 +01:00
parent 08ad294d46
commit 6cbf15b783
11 changed files with 165 additions and 5 deletions

6
.vim/coc-settings.json Normal file
View file

@ -0,0 +1,6 @@
{
"deno.enable": true,
"deno.lint": true,
"deno.unstable": true,
"tsserver.enable": false
}