aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-06-28 23:59:50 +0200
committerlonkaars <loek@pipeframe.xyz>2023-06-28 23:59:50 +0200
commit67dbb6421976254658c5e38045513129dd18187a (patch)
tree288b599d1097b26bdbcad3b6749b38e133017cf2 /.vim
initial public commit
Diffstat (limited to '.vim')
-rw-r--r--.vim/coc-settings.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/.vim/coc-settings.json b/.vim/coc-settings.json
new file mode 100644
index 0000000..497ca74
--- /dev/null
+++ b/.vim/coc-settings.json
@@ -0,0 +1,6 @@
+{
+ "tsserver.enable": false,
+ "deno.enable": true,
+ "deno.lint": false,
+ "deno.unstable": true
+} \ No newline at end of file