aboutsummaryrefslogtreecommitdiff
path: root/.config/coc
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-07-01 09:33:32 +0200
committerlonkaars <loek@pipeframe.xyz>2023-07-01 09:33:32 +0200
commitcc7ac583a24c5d45bd904b75d39cf23fd765f4eb (patch)
tree4be6c84dba29db4d342f3c16050650320b5dd6e0 /.config/coc
parent6815a249e2710e65038346469d4f96f7410687f5 (diff)
add nodisconnect and update vimrc
Diffstat (limited to '.config/coc')
-rw-r--r--.config/coc/commands5
-rw-r--r--.config/coc/extensions/package.json5
2 files changed, 3 insertions, 7 deletions
diff --git a/.config/coc/commands b/.config/coc/commands
deleted file mode 100644
index fe9e2b8..0000000
--- a/.config/coc/commands
+++ /dev/null
@@ -1,5 +0,0 @@
-python.setInterpreter
-tsserver.restart
-clangd.install
-snippets.editSnippets
-workspace.showOutput \ No newline at end of file
diff --git a/.config/coc/extensions/package.json b/.config/coc/extensions/package.json
index 5af9859..34f6010 100644
--- a/.config/coc/extensions/package.json
+++ b/.config/coc/extensions/package.json
@@ -11,9 +11,10 @@
"coc-rust-analyzer": ">=0.68.2",
"coc-tsserver": ">=1.5.8",
"coc-vimtex": ">=1.1.5",
- "coc-lua": ">=2.0.5"
+ "coc-lua": ">=2.0.5",
+ "coc-deno": ">=3.12.0"
},
"disabled": [],
"locked": [],
- "lastUpdate": 1663853823511
+ "lastUpdate": 1687433956734
} \ No newline at end of file