aboutsummaryrefslogtreecommitdiff
path: root/add-coc-vim-extensions
blob: 86b22596054989148ce5db0a01ecf18e9144b1c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/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-graphql\
  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 \
"\