X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/54bfa8d06e0950aca6e81d625691e91f21f970fc..ed26b482c911e0b1cf07d338069eff46afca8c60:/add-coc-vim-extensions 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 \ -"\