help cocreinstall
This commit is contained in:
parent
f6188dfe86
commit
42e47f9227
2 changed files with 7 additions and 6 deletions
|
|
@ -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
2
.vimrc
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue