| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: remove dependency on deprecated close_preview_autocommand (#1575) | Michael Lingelbach | 2021-12-16 | 1 | -1/+3 |
| | | |||||
| * | chore: clean up imports | Michael Lingelbach | 2021-11-25 | 1 | -3/+3 |
| | | |||||
| * | feat: add single file mode (#1385) | Michael Lingelbach | 2021-11-11 | 1 | -1/+5 |
| | | | | | | | | | | | | | * This adds a "single file mode" option for each language server * Currently, if a root is not detected, a new language server is started for each file opened. * Root directory is set to `nil` in start_client. Some servers will refuse to start, or otherwise panic. This is opt-in per server. * Some servers, such as rust-analyzer, explicitly have a "single file mode", we will not support that until it is officially part of the LSP specification Co-authored-by: Peter Lithammer <peter.lithammer@gmail.com> | ||||
| * | feat(lspinfo): improve layout (#1186) | kylo252 | 2021-08-28 | 2 | -120/+185 |
| | | |||||
| * | Revert "feat(ui): lspinfo: better layout #1184)" (#1185) | Michael Lingelbach | 2021-08-25 | 2 | -174/+113 |
| | | | | This reverts commit d6e78ef013a57761226df5b842d52912f15011dd. | ||||
| * | feat(ui): lspinfo: better layout #1184) | kylo252 | 2021-08-25 | 2 | -113/+174 |
| | | |||||
| * | chore: refactor ui components (#1172) | Michael Lingelbach | 2021-08-24 | 2 | -0/+271 |
