aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/ui
Commit message (Collapse)AuthorAgeFilesLines
* fix: remove dependency on deprecated close_preview_autocommand (#1575)Michael Lingelbach2021-12-161-1/+3
|
* chore: clean up importsMichael Lingelbach2021-11-251-3/+3
|
* feat: add single file mode (#1385)Michael Lingelbach2021-11-111-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)kylo2522021-08-282-120/+185
|
* Revert "feat(ui): lspinfo: better layout #1184)" (#1185)Michael Lingelbach2021-08-252-174/+113
| | | This reverts commit d6e78ef013a57761226df5b842d52912f15011dd.
* feat(ui): lspinfo: better layout #1184)kylo2522021-08-252-113/+174
|
* chore: refactor ui components (#1172)Michael Lingelbach2021-08-242-0/+271