aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/ui
Commit message (Collapse)AuthorAgeFilesLines
* mason.nvimWilliam Boman2022-07-073-1316/+0
|
* chore: update some logging (#761)William Boman2022-06-081-1/+1
| | | | | * chore: update some logging * docs: add section about known errors
* feat(ui): add setting to customize window border (#754)William Boman2022-06-061-0/+1
| | | Closes #752.
* refactor(ui): improve autoclose logic and update install dir label (#743)William Boman2022-06-011-1/+1
|
* feat: add setting to disable automatic version check when opening UI window ↵William Boman2022-05-231-1/+1
| | | | (#716)
* ui: remove borders & change heading style (#713)William Boman2022-05-231-6/+10
|
* chore(functional): restructure and extend functional modules (#703)William Boman2022-05-172-31/+29
|
* ui: reset outdated server flag after any kind of server install/uninstall ↵William Boman2022-05-131-0/+9
| | | | | | interactions For better UX
* feat(ui): use diagnostics to show some messages (#694)William Boman2022-05-131-8/+42
|
* chore: further decouple module structure (#685)William Boman2022-05-116-1620/+1027
|
* ui: add clarifications around settings schema (#663)William Boman2022-05-031-0/+21
|
* chore: refactor remaining installers to async impl (#616)William Boman2022-04-212-7/+8
|
* ui: add section about missing servers to help windowWilliam Boman2022-04-121-0/+14
|
* more async refactor (#587)William Boman2022-04-111-1/+1
|
* fix(ui): typoWilliam Boman2022-03-261-1/+1
|
* fix(display): only set window borders onceWilliam Boman2022-03-091-8/+14
|
* run server installation in async execution context (#525)William Boman2022-03-062-5/+5
|
* feat(ui): display installed server version (#520)William Boman2022-03-051-22/+46
|
* feat(ui): display language hints for installed servers as wellWilliam Boman2022-02-151-1/+2
|
* ui: update Cowth Vader messageWilliam Boman2022-01-231-3/+4
|
* ui: print full installation date instead of relativeWilliam Boman2022-01-231-24/+3
|
* ui: s/last updated/installed/William Boman2022-01-121-1/+1
| | | | As to not confuse this row with the new version check capabilities.
* ui: map keybind to update all outdated servers (#407)William Boman2022-01-091-10/+34
| | | | | Previously it'd always update all installed servers. With this change it'll only update servers that are outdated (defaults to all installed servers if no servers are marked as outdated when triggered).
* feat: integrate gh-cli for GitHub API calls (#403)William Boman2022-01-071-1/+1
| | | Closes #248.
* fix(ui): less intrusive version check UI (#402)William Boman2022-01-061-27/+32
|
* feat(ui): display outdated servers (#395)William Boman2022-01-061-53/+117
|
* feat(ui): display interactive server settings schema table (#363)William Boman2021-12-293-5/+225
|
* feat(ui): sort servers alphabetically, also add language hints (#361)William Boman2021-12-252-7/+66
|
* add some tests (#360)William Boman2021-12-252-8/+12
|
* feat(ui): add keybind to update all installed servers (#353)William Boman2021-12-231-0/+7
|
* initial healthcheck integration (#321)William Boman2021-12-071-2/+11
|
* ui/display: remove unnecessary schedule wrapsWilliam Boman2021-11-191-8/+11
|
* lemminx: default to LATEST version (#260)Mattias Eriksson2021-11-151-7/+5
|
* remove {pre,post}_setup functions (#250)William Boman2021-11-081-3/+7
|
* add language aliases to :LspInstall (#232)William Boman2021-11-061-1/+1
|
* pip3: promote install_dir to server's root dir immediately (#230)William Boman2021-10-311-2/+2
|
* add public API to close installer window (#208)William Boman2021-10-291-1/+8
|
* fix gathering currently open filetypesWilliam Boman2021-10-291-4/+5
| | | | Fixes #206.
* ui: register autocmds in an augroup (#198)William Boman2021-10-261-8/+14
| | | This allows disabling this behavior, should one.wish to do so.
* add proper emmylua annotations (#196)William Boman2021-10-254-72/+194
|
* map filetype to servers, promote relevant servers in the UI (#190)William Boman2021-10-231-11/+40
| | | | Uninstalled servers that map to a filetype that is open in any buffer will be hoisted in the UI list.
* move is_animating toggle to the right placeWilliam Boman2021-10-181-1/+1
|
* ui: some more colors and a very crucial cowth vader lightsaber animation (#176)William Boman2021-10-181-37/+96
|
* feat: autogen metadata table(s) (#159)kylo2522021-10-181-0/+5
| | | Co-authored-by: William Boman <william@redwill.se>
* speed up :LspInstall, :LspUninstall, :LspUninstallAll commands (#175)William Boman2021-10-181-1/+13
| | | | | | | | - `:LspUninstallAll` now just nukes the entire install directory immediately, instead of uninstalling each server one by one. There's also a confirmation prompt now. - `:LspInstall` & `:LspUninstall` now sources its autocompletion directly from a Lua table, instead of sourcing the server names from each server module (thus avoiding unnecessary `require` calls).
* ui: render header differently if help is showingWilliam Boman2021-10-171-7/+49
|
* styluaWilliam Boman2021-10-151-1/+5
|
* ui: add 'press ? for help' messageWilliam Boman2021-10-151-0/+1
|
* add eslint, deprecate eslintls (#149)William Boman2021-10-141-15/+45
|
* ui: show installer log file path in help windowWilliam Boman2021-10-121-0/+4
|