summaryrefslogtreecommitdiff
path: root/.config/coc/extensions/package.json
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2022-07-16 18:13:16 -0400
committerJacob McDonnell <jacob@simplelittledream.com>2022-07-16 18:13:16 -0400
commit8fad9a5ecddc88d57a531e4b0084544984f23d25 (patch)
tree84954bc8219942aa56bc899330ccd0007bbe0ef0 /.config/coc/extensions/package.json
parent2887af7fcfb4d618dd13cf66ec2fbdbd84c7527c (diff)
Added profile and other missing configs
Diffstat (limited to '.config/coc/extensions/package.json')
-rw-r--r--.config/coc/extensions/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/coc/extensions/package.json b/.config/coc/extensions/package.json
new file mode 100644
index 0000000..1e966e1
--- /dev/null
+++ b/.config/coc/extensions/package.json
@@ -0,0 +1,11 @@
+{
+ "dependencies": {
+ "coc-clangd": ">=0.23.0",
+ "coc-css": ">=1.3.0",
+ "coc-go": ">=1.3.0",
+ "coc-html": ">=1.6.1",
+ "coc-java": ">=1.5.5",
+ "coc-pairs": ">=1.3.2",
+ "coc-tsserver": ">=1.10.5"
+ }
+} \ No newline at end of file