diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-09-24 22:31:57 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-09-24 22:31:57 +0200 |
| commit | ed26b482c911e0b1cf07d338069eff46afca8c60 (patch) | |
| tree | 7d65964b4fe0130bf2942a3fa5192a0cb565a990 /add-coc-vim-extensions | |
| parent | 54bfa8d06e0950aca6e81d625691e91f21f970fc (diff) | |
Remove old CoC config
Diffstat (limited to 'add-coc-vim-extensions')
| -rwxr-xr-x | add-coc-vim-extensions | 28 |
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 \ -"\ |