| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: rename "server_configurations" => "configs" #3330 | Justin M. Keyes | 2024-10-01 | 1 | -122/+0 |
| | | | | | | | | | | | | | | | Problem: The name `server_configurations` is extremely verbose and irritatingly formal and dogmatic. This overlong name is a constant nuisance when reading, writing, and coding. It's also not even correct: these configurations are just as much "client" configurations as they are "server" configurations. Solution: - Rename to a shorter name. - Leave placeholder files for any old URLs that link to the old location. | ||||
| * | fix(rust-analyzer) automatically populate `init_options` from ↵ | Emerson Ford | 2024-07-24 | 1 | -0/+9 |
| | | | | | | | | `settings["rust-analyzer"]` (#3247) * automatically populate `init_options` for rust-analyzer in accordance with the rust-analyzer docs | ||||
| * | fix: avoid overriding global default capabilities (#3181) | Francisco | 2024-06-01 | 1 | -9/+5 |
| | | |||||
| * | refactor: move all old get_clients to new compatible (#3159) | glepnir | 2024-05-17 | 1 | -2/+2 |
| | | |||||
| * | fix(rust_analyzer): declare single file support (#3028) | rhjdvsgsgks | 2024-02-25 | 1 | -0/+1 |
| | | |||||
| * | fix(rust-analyzer): re-analyzing cargo deps (#2995) | Jerko Steiner | 2024-02-02 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | I'm not that well versed in Lua, but the previous check if fname:sub(1, #item) == item didn't really work as expected and I was still experiencing high CPU usage when using the `go to definition` functionality. After adding some print statements for debugging, I noticed that only a few strings were removed from the base dir and thus the comparison was failing. Perhaps it might work differently in other operating systems, but my Linux machine it did not work correctly. I replaced this check with `util.path.is_descendant` which now works correctly, as well as added another path to check when git repositories are used as cargo dependencies. | ||||
| * | fix(rust-analyzer): don't run cargo if Cargo.toml is not found (#2905) | kitterion | 2023-11-19 | 1 | -10/+17 |
| | | |||||
| * | fix(rust_analyzer): check if file is library on Windows | Yura Taras | 2023-09-30 | 1 | -2/+3 |
| | | | | | Make #2645 to work on Windows | ||||
| * | Merge pull request #2775 from lewis6991/refactor/manager | Lewis Russell | 2023-08-22 | 1 | -1/+2 |
| |\ | | | | | refactor: move manager to separate module | ||||
| | * | refactor: move async_run_command() | Lewis Russell | 2023-08-22 | 1 | -1/+2 |
| | | | |||||
| * | | fix(rust_analyzer): use attached buffer client send request (#2738) | Noah Friedman | 2023-08-22 | 1 | -6/+10 |
| |/ | |||||
| * | fix(rust_analyzer): check active clients is empty (#2734) | Raphael | 2023-07-26 | 1 | -1/+1 |
| | | |||||
| * | perf(gopls): make get go mod cache path async (#2673) | Raphael | 2023-06-18 | 1 | -41/+7 |
| | | |||||
| * | fix(rust_analyzer): use RUSTUP_HOME in library check (#2679) | Toby Vincent | 2023-06-17 | 1 | -1/+4 |
| | | | | | When checking if file is part of a library, use `RUSTUP_HOME` env variable if it is set, in the same way as `CARGO_HOME`. | ||||
| * | feat(rust_analyzer): register serverStatus capability (#2658) | Raphael | 2023-06-07 | 1 | -0/+9 |
| | | |||||
| * | fix(rust_analyzer): check file is library (#2645) | Raphael | 2023-06-03 | 1 | -0/+17 |
| | | |||||
| * | fix(rust_analyzer): check stdout data size (#2605) | Raphael | 2023-05-11 | 1 | -1/+7 |
| | | |||||
| * | docs: Update links in rust_analyzer (#2600) | Ryan Noronha | 2023-05-10 | 1 | -2/+2 |
| | | |||||
| * | feat: wrap get root dir in coroutine . (#2565) | Raphael | 2023-05-06 | 1 | -29/+39 |
| | | | | Co-authored-by: ii14 <59243201+ii14@users.noreply.github.com> | ||||
| * | fix(rust_analyzer): remove stub settings from default (#2401) | Paul Hüber | 2023-03-10 | 1 | -4/+13 |
| | | | | | | | | Non-empty default settings trigger a workspace/didChangeConfiguration, potentially overwriting the initial settings. Move this example content into the description instead. Co-authored-by: Paul Hüber <phueber@kernsp.in> | ||||
| * | fix(rust_analyzer): path nil (#2198) | bstaint | 2022-10-17 | 1 | -1/+4 |
| | | |||||
| * | chore(rust-analyzer): use `vim.json.decode` instead of `fn.json_decode` (#2096) | numToStr | 2022-08-27 | 1 | -1/+1 |
| | | |||||
| * | fix(rust_analyzer): sanitize root_dir (#2047) | bstaint | 2022-08-03 | 1 | -1/+1 |
| | | |||||
| * | chore: remove all package.json (#1656) | Michael Lingelbach | 2022-02-25 | 1 | -1/+0 |
| | | |||||
| * | chore: prefix all vim.notify message with [lspconfig] (#1496) | William Boman | 2021-11-27 | 1 | -2/+2 |
| | | |||||
| * | chore: clean up imports | Michael Lingelbach | 2021-11-25 | 1 | -1/+1 |
| | | |||||
| * | feat: expose configs | Michael Lingelbach | 2021-11-25 | 1 | -0/+80 |
