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": {
|
||||
"coc-json": ">=1.3.2",
|
||||
"coc-pyright": ">=1.1.97",
|
||||
"coc-json": ">=1.3.4",
|
||||
"coc-pyright": ">=1.1.129",
|
||||
"coc-rust-analyzer": ">=0.32.0",
|
||||
"coc-snippets": ">=2.2.3",
|
||||
"coc-svelte": "https://github.com/codechips/coc-svelte",
|
||||
"coc-tailwindcss": ">=0.7.0",
|
||||
"coc-tsserver": ">=1.6.0",
|
||||
"coc-snippets": ">=2.4.1",
|
||||
"coc-svelte": ">=0.2.2",
|
||||
"coc-tsserver": ">=1.7.0",
|
||||
"coc-ultisnips": ">=1.2.3"
|
||||
}
|
||||
}
|
||||
2
.vimrc
2
.vimrc
|
|
@ -722,6 +722,8 @@ function InstallEverything()
|
|||
GoUpdateBinaries
|
||||
BlackUpgrade
|
||||
endfunction
|
||||
|
||||
command CocReinstall :CocInstall coc-json coc-pyright coc-rust-analyzer coc-snippets coc-svelte coc-tsserver coc-ultisnips
|
||||
" ** KEY REMAPPINGS **
|
||||
"
|
||||
" 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