add rust-analyzer to appimage downloads

This commit is contained in:
Barak Michener 2021-04-13 18:43:19 -07:00
parent 017eab1a02
commit df2ad52c99
5 changed files with 7 additions and 1 deletions

View file

@ -12,7 +12,7 @@
"python.analysis.typeCheckingMode": "off",
"suggest.detailField": "abbr",
"suggest.snippetIndicator": "",
"rust-analyzer.server.path": "~/bin/rust-analyzer",
"rust-analyzer.server.path": "rust-analyzer",
"rust-analyzer.inlayHints.enable": false,
"languageserver": {
"ccls": {