help cocreinstall

This commit is contained in:
Barak Michener 2021-04-13 11:44:49 -07:00
parent f6188dfe86
commit 42e47f9227
2 changed files with 7 additions and 6 deletions

View file

@ -1,12 +1,11 @@
{ {
"dependencies": { "dependencies": {
"coc-json": ">=1.3.2", "coc-json": ">=1.3.4",
"coc-pyright": ">=1.1.97", "coc-pyright": ">=1.1.129",
"coc-rust-analyzer": ">=0.32.0", "coc-rust-analyzer": ">=0.32.0",
"coc-snippets": ">=2.2.3", "coc-snippets": ">=2.4.1",
"coc-svelte": "https://github.com/codechips/coc-svelte", "coc-svelte": ">=0.2.2",
"coc-tailwindcss": ">=0.7.0", "coc-tsserver": ">=1.7.0",
"coc-tsserver": ">=1.6.0",
"coc-ultisnips": ">=1.2.3" "coc-ultisnips": ">=1.2.3"
} }
} }

2
.vimrc
View file

@ -722,6 +722,8 @@ function InstallEverything()
GoUpdateBinaries GoUpdateBinaries
BlackUpgrade BlackUpgrade
endfunction endfunction
command CocReinstall :CocInstall coc-json coc-pyright coc-rust-analyzer coc-snippets coc-svelte coc-tsserver coc-ultisnips
" ** KEY REMAPPINGS ** " ** KEY REMAPPINGS **
" "
" I used to use tabs, but then I took an arrow to the knee. " I used to use tabs, but then I took an arrow to the knee.