aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/ui
Commit message (Expand)AuthorAgeFilesLines
* feat(lspinfo): replace :LspInfo with :checkhealth #3339Justin M. Keyes2024-10-022-496/+3
* refactor: replace deprecated vim.loop with vim.uvdundargoc2024-10-021-1/+1
* feat: expose config definition as `config_def` #3335Justin M. Keyes2024-10-021-1/+1
* feat: show deprecate servers list in LspInfo (#3308)glepnir2024-09-181-1/+7
* refactor: move all old get_clients to new compatible (#3159)glepnir2024-05-171-3/+3
* refactor: general cleanupLewis Russell2024-03-071-4/+4
* fix: remove usages of private (now deprecated) functions (#2822)Gregory Anders2023-09-201-3/+0
* fix(LspInfo): error if root_dir is nil #2813Saltaformajo2023-09-181-1/+1
* feat: wrap get root dir in coroutine . (#2565)Raphael2023-05-061-21/+38
* fix(lspinfo): sub fname to check root (#2573)Raphael2023-04-241-12/+4
* fix(lspinfo): use compatible api to set the lspinfo bufhidden option(#2500)Raphael2023-03-091-1/+1
* fix(lspinfo): normalize fname path correctly (#2343)musjj2023-02-151-2/+7
* feat: extend the syntax for LspInfo(Title|List) (#2456)Yusei Ueno2023-02-141-2/+2
* fix: lspinfo buffer in use error when use quit command close (#2424)Raphael2023-01-271-4/+2
* feat: support show server doc description in LspInfo (#2373)Raphael2023-01-111-3/+54
* fix(lspinfo): safely expand filenames that don't exist on fs (#2320)William Boman2022-12-181-1/+3
* feat: support multiple workspaceFolders and show correct root in Lspinfo (#2304)Raphael2022-12-111-11/+33
* fix: check workspae folders follow nvim version (#2301)Raphael2022-12-091-3/+4
* fix: remove searched for message in lspinfo (#2274)Raphael2022-12-011-7/+0
* fix: check cmd type equals function (#2142)Raphael2022-09-141-7/+16
* fix(lspinfo): nil-check config.get_root_dir (#2137)William Boman2022-09-141-1/+1
* fix: improve highlight regex (#2131)Raphael2022-09-121-12/+9
* fix: increase the lspinfo window row value (#2098)Raphael2022-08-271-2/+2
* feat: improve LspInfo (#2081)Raphael2022-08-262-22/+62
* fix: remove unused variables in `lspinfo.lua` (#1999)Peter Lithammer2022-07-141-7/+0
* fix(lspinfo): may use wrong buffer #1983William Boman2022-07-051-3/+6
* fix(lspinfo): trim newlines in root_dir pattern (#1962)William Boman2022-06-181-1/+4
* feat(lspinfo): explain root directory not found #1939William Boman2022-06-091-2/+35
* 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
* feat(lspinfo): improve layout (#1186)kylo2522021-08-282-120/+185
* Revert "feat(ui): lspinfo: better layout #1184)" (#1185)Michael Lingelbach2021-08-252-174/+113
* feat(ui): lspinfo: better layout #1184)kylo2522021-08-252-113/+174
* chore: refactor ui components (#1172)Michael Lingelbach2021-08-242-0/+271