]> git.r.bdr.sh - rbdr/dotfiles/blame - add-coc-vim-extensions
Add yabai confi
[rbdr/dotfiles] / add-coc-vim-extensions
CommitLineData
5c4db856
RBR
1#!/usr/bin/env bash
2
560f8add
RBR
3# we need to do it in batches, otherwise it fails
4
5nvim --headless -c "CocInstall -sync \
5c4db856
RBR
6 coc-css\
7 coc-docker\
8 coc-eslint\
8112cdd2 9 coc-flutter\
5c4db856
RBR
10 coc-git\
11 coc-graphql\
12 coc-html\
13 coc-htmldjango\
14 coc-json\
8112cdd2 15 coc-lua\
5c4db856 16 coc-prettier\
560f8add
RBR
17 |\
18 CocInstall -sync \
5c4db856 19 @yaegassy/coc-pylsp\
382841ad 20 coc-rls\
5c4db856
RBR
21 coc-sql\
22 coc-svelte\
23 coc-swagger\
24 coc-tailwindcss\
25 coc-tsserver\
26 coc-yaml\
560f8add
RBR
27 |\
28 qall \
29"\