]> git.r.bdr.sh - rbdr/dotfiles/blob - add-coc-vim-extensions
Merge branch 'main' of git.sr.ht:~rbdr/dotfiles
[rbdr/dotfiles] / add-coc-vim-extensions
1 #!/usr/bin/env bash
2
3 # we need to do it in batches, otherwise it fails
4
5 nvim --headless -c "CocInstall -sync \
6 coc-css\
7 coc-docker\
8 coc-eslint\
9 coc-flutter\
10 coc-git\
11 coc-graphql\
12 coc-html\
13 coc-htmldjango\
14 coc-json\
15 coc-lua\
16 coc-prettier\
17 |\
18 CocInstall -sync \
19 @yaegassy/coc-pylsp\
20 coc-rls\
21 coc-sql\
22 coc-svelte\
23 coc-swagger\
24 coc-tailwindcss\
25 coc-tsserver\
26 coc-yaml\
27 |\
28 qall \
29 "\