]> git.r.bdr.sh - rbdr/dotfiles/commitdiff
Remove old CoC config
authorRuben Beltran del Rio <redacted>
Sun, 24 Sep 2023 20:31:57 +0000 (22:31 +0200)
committerRuben Beltran del Rio <redacted>
Sun, 24 Sep 2023 20:31:57 +0000 (22:31 +0200)
add-coc-vim-extensions [deleted file]

diff --git a/add-coc-vim-extensions b/add-coc-vim-extensions
deleted file mode 100755 (executable)
index 384ae85..0000000
+++ /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 \
-"\