]> git.r.bdr.sh - rbdr/dotfiles/blame - add-coc-vim-extensions
Update vim
[rbdr/dotfiles] / add-coc-vim-extensions
CommitLineData
5c4db856
RBR
1#!/usr/bin/env bash
2
3nvim -c "CocInstall \
4 coc-css\
5 coc-docker\
6 coc-eslint\
8112cdd2 7 coc-flutter\
5c4db856
RBR
8 coc-git\
9 coc-graphql\
10 coc-html\
11 coc-htmldjango\
12 coc-json\
8112cdd2 13 coc-lua\
5c4db856
RBR
14 coc-prettier\
15 @yaegassy/coc-pylsp\
382841ad 16 coc-rls\
5c4db856
RBR
17 coc-sql\
18 coc-svelte\
19 coc-swagger\
20 coc-tailwindcss\
21 coc-tsserver\
22 coc-yaml\
23"