1
0
Fork 0

neovim: coc-rust-analyzer

This commit is contained in:
Jeremy Kaplan 2021-06-04 19:07:42 -07:00
commit 54f8ab0b31
5 changed files with 20 additions and 12 deletions

1
neovim/coc/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/list-extensions-history.json

View file

@ -1,5 +1,7 @@
{
"dependencies": {
"coc-json": ">=1.3.4",
"coc-rls": ">=1.1.6",
"coc-rust-analyzer": ">=0.46.0"
}
}

View file

@ -1 +1,5 @@
{}
{
"coc-rust-analyzer|global": {
"release": "nightly 2021-06-05"
}
}