| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: expose configs | Michael Lingelbach | 2021-11-25 | 1 | -83/+0 |
| | | |||||
| * | chore: clean up unused function args (#1426) | Michael Lingelbach | 2021-11-15 | 1 | -2/+2 |
| | | |||||
| * | fix: add compat shim for handler change in core (#1248) | Christian Clason | 2021-09-10 | 1 | -2/+1 |
| | | | | | | | Add a compatibility shim to `util.lua` adapting to change in handler signature and use it where needed. (Skip `rust-analyzer` and `denols` since their requests don't use handlers.) | ||||
| * | fix(rust-analyzer): skip stderr for cargo metadata (#1235) | Jon Gjengset | 2021-09-09 | 1 | -4/+26 |
| | | | | | | | | | | | Vim's `system` output includes both STDOUT and STDERR, which means it may contain all sorts of debug output, especially if the user is using custom rustup toolchains. This change ignores STDERR output for parsing the metadata output to fix rust_analyzer in those contexts. This change also moves to `jobstart`/`jobwait` over `system`, which avoids pitfalls related to shell argument parsing and escaping, and allows finer-grained control over output redirection. | ||||
| * | chore: remove modeline (#1177) | Michael Lingelbach | 2021-08-24 | 1 | -1/+0 |
| | | |||||
| * | chore: change stylua to single quotes (#1068) | Michael Lingelbach | 2021-07-13 | 1 | -14/+14 |
| | | |||||
| * | ci: lint and format with stylua | Michael Lingelbach | 2021-07-03 | 1 | -28/+29 |
| | | |||||
| * | fix(rust-analyzer): improve root directory detection | Damien DeVille | 2021-07-03 | 1 | -6/+11 |
| | | |||||
| * | Merge pull request #755 from etrnal70/cargo-reload | Michael Lingelbach | 2021-02-28 | 1 | -0/+20 |
| |\ | | | | | Add :CargoReload to reload cargo workspace | ||||
| | * | Better context on what workspace was reloaded | Mochammad Hanif R | 2021-02-23 | 1 | -2/+2 |
| | | | |||||
| | * | Use vim..notify | Mochammad Hanif R | 2021-02-23 | 1 | -1/+1 |
| | | | | | | | Co-authored-by: Peter Lithammer <peter.lithammer@gmail.com> | ||||
| | * | Satisfy check | Mochammad Hanif R | 2021-02-23 | 1 | -2/+2 |
| | | | |||||
| | * | Add :CargoReload to reload cargo workspace | Mochammad Hanif R | 2021-02-23 | 1 | -0/+20 |
| | | | |||||
| * | | rust_analyzer: don't fetch deps in root_dir | ThatsNoMoon | 2021-02-28 | 1 | -1/+1 |
| |/ | | | Use `cargo metadata --no-deps` to avoid fetching dependencies that haven't been downloaded yet when getting the cargo workspace directory to avoid hangs. | ||||
| * | rust_analyzer: Fix the root_dir shell command | Steven Arcangeli | 2021-02-02 | 1 | -1/+1 |
| | | |||||
| * | rust_analyzer: read project root from cargo | Michael Lingelbach | 2021-01-11 | 1 | -3/+9 |
| | | |||||
| * | rust-analyzer: fix root pattern for multi-crate projects | Michael Lingelbach | 2021-01-08 | 1 | -1/+5 |
| | | |||||
| * | rust-analyzer: remove workaround for ignored capabilities | Michael Lingelbach | 2021-01-03 | 1 | -12/+0 |
| | | |||||
| * | Rust-analyzer: fix for missing required capabilities | Michael Lingelbach | 2020-12-31 | 1 | -1/+13 |
| | | | | | * set normalizesLineEndings and changeAnnotationSupport.groupsOnLabel = true to work around rust-analyzer incompatibilities | ||||
| * | Rename nvim_lsp to lspconfig | Hirokazu Hata | 2020-09-06 | 1 | -0/+27 |
