neovim: coc-rust-analyzer
This commit is contained in:
parent
e4738a4f52
commit
54f8ab0b31
5 changed files with 20 additions and 12 deletions
1
neovim/coc/.gitignore
vendored
Normal file
1
neovim/coc/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/list-extensions-history.json
|
||||
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"coc-json": ">=1.3.4",
|
||||
"coc-rls": ">=1.1.6",
|
||||
"coc-rust-analyzer": ">=0.46.0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1 +1,5 @@
|
|||
{}
|
||||
{
|
||||
"coc-rust-analyzer|global": {
|
||||
"release": "nightly 2021-06-05"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue