aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xadd-coc-vim-extensions28
1 files changed, 0 insertions, 28 deletions
diff --git a/add-coc-vim-extensions b/add-coc-vim-extensions
deleted file mode 100755
index 384ae85..0000000
--- a/add-coc-vim-extensions
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/usr/bin/env bash
-
-# we need to do it in batches, otherwise it fails
-
-nvim --headless -c "CocInstall -sync \
- coc-css\
- coc-docker\
- coc-eslint\
- coc-flutter\
- coc-git\
- coc-html\
- coc-htmldjango\
- coc-json\
- coc-lua\
- coc-prettier\
- |\
- CocInstall -sync \
- @yaegassy/coc-pylsp\
- coc-rls\
- coc-sql\
- coc-svelte\
- coc-swagger\
- coc-tailwindcss\
- coc-tsserver\
- coc-yaml\
- |\
- qall \
-"\