diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-07-01 09:33:32 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-07-01 09:33:32 +0200 |
commit | cc7ac583a24c5d45bd904b75d39cf23fd765f4eb (patch) | |
tree | 4be6c84dba29db4d342f3c16050650320b5dd6e0 /.config/coc/extensions | |
parent | 6815a249e2710e65038346469d4f96f7410687f5 (diff) |
add nodisconnect and update vimrc
Diffstat (limited to '.config/coc/extensions')
-rw-r--r-- | .config/coc/extensions/package.json | 5 |
1 files changed, 3 insertions, 2 deletions
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 |