aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/rust_analyzer.lua
Commit message (Expand)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-122/+0
* fix(rust-analyzer) automatically populate `init_options` from `settings["rust...Emerson Ford2024-07-241-0/+9
* fix: avoid overriding global default capabilities (#3181)Francisco2024-06-011-9/+5
* refactor: move all old get_clients to new compatible (#3159)glepnir2024-05-171-2/+2
* fix(rust_analyzer): declare single file support (#3028)rhjdvsgsgks2024-02-251-0/+1
* fix(rust-analyzer): re-analyzing cargo deps (#2995)Jerko Steiner2024-02-021-2/+3
* fix(rust-analyzer): don't run cargo if Cargo.toml is not found (#2905)kitterion2023-11-191-10/+17
* fix(rust_analyzer): check if file is library on WindowsYura Taras2023-09-301-2/+3
* Merge pull request #2775 from lewis6991/refactor/managerLewis Russell2023-08-221-1/+2
|\
| * refactor: move async_run_command()Lewis Russell2023-08-221-1/+2
* | fix(rust_analyzer): use attached buffer client send request (#2738)Noah Friedman2023-08-221-6/+10
|/
* fix(rust_analyzer): check active clients is empty (#2734)Raphael2023-07-261-1/+1
* perf(gopls): make get go mod cache path async (#2673)Raphael2023-06-181-41/+7
* fix(rust_analyzer): use RUSTUP_HOME in library check (#2679)Toby Vincent2023-06-171-1/+4
* feat(rust_analyzer): register serverStatus capability (#2658)Raphael2023-06-071-0/+9
* fix(rust_analyzer): check file is library (#2645)Raphael2023-06-031-0/+17
* fix(rust_analyzer): check stdout data size (#2605)Raphael2023-05-111-1/+7
* docs: Update links in rust_analyzer (#2600)Ryan Noronha2023-05-101-2/+2
* feat: wrap get root dir in coroutine . (#2565)Raphael2023-05-061-29/+39
* fix(rust_analyzer): remove stub settings from default (#2401)Paul Hüber2023-03-101-4/+13
* fix(rust_analyzer): path nil (#2198)bstaint2022-10-171-1/+4
* chore(rust-analyzer): use `vim.json.decode` instead of `fn.json_decode` (#2096)numToStr2022-08-271-1/+1
* fix(rust_analyzer): sanitize root_dir (#2047)bstaint2022-08-031-1/+1
* chore: remove all package.json (#1656)Michael Lingelbach2022-02-251-1/+0
* chore: prefix all vim.notify message with [lspconfig] (#1496)William Boman2021-11-271-2/+2
* chore: clean up importsMichael Lingelbach2021-11-251-1/+1
* feat: expose configsMichael Lingelbach2021-11-251-0/+80