]> git.r.bdr.sh - rbdr/dotfiles/blame - add-coc-vim-extensions
Update nethack config
[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 10 coc-git\
5c4db856
RBR
11 coc-html\
12 coc-htmldjango\
13 coc-json\
8112cdd2 14 coc-lua\
5c4db856 15 coc-prettier\
560f8add
RBR
16 |\
17 CocInstall -sync \
5c4db856 18 @yaegassy/coc-pylsp\
382841ad 19 coc-rls\
5c4db856
RBR
20 coc-sql\
21 coc-svelte\
22 coc-swagger\
23 coc-tailwindcss\
24 coc-tsserver\
25 coc-yaml\
560f8add
RBR
26 |\
27 qall \
28"\