aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/ui/status-win/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* chore: further decouple module structure (#685)William Boman2022-05-111-1056/+0
|
* ui: add clarifications around settings schema (#663)William Boman2022-05-031-0/+21
|
* chore: refactor remaining installers to async impl (#616)William Boman2022-04-211-5/+5
|
* ui: add section about missing servers to help windowWilliam Boman2022-04-121-0/+14
|
* fix(ui): typoWilliam Boman2022-03-261-1/+1
|
* run server installation in async execution context (#525)William Boman2022-03-061-1/+1
|
* 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-291-3/+52
|
* feat(ui): sort servers alphabetically, also add language hints (#361)William Boman2021-12-251-7/+25
|
* add some tests (#360)William Boman2021-12-251-1/+0
|
* 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
|
* 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.
* add proper emmylua annotations (#196)William Boman2021-10-251-27/+82
|
* 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
|
* remove startup command from ui windowWilliam Boman2021-10-101-5/+0
| | | | It's available through :LspInfo
* add keybindings to UI window (#140)William Boman2021-10-101-84/+288
| | | | | | | | | | | | | | | - Allows for expanding servers to view more information about it. - Allows for installing/reinstalling/uninstalling servers. The default keybindings is an attempt to mimic vim-fugitive's :Git maps, and these can be overriden. The keybinding implementation in display.lua is a bit hacky, but it works and the "public" API is at least manageable. This will also open up for adding more metadata in the future, such as filetype information, currently installed version, latest available version, etc. Also there's Cowth Vader.
* lower default log level to INFO (#119)William Boman2021-10-021-1/+2
|
* fix newlines in stdout/stderr calls, more robust error handling (#114)William Boman2021-10-011-2/+2
|
* fix parsing stdout/stderr chunks into proper linesWilliam Boman2021-09-301-14/+15
|
* fix logging at correct level, also add :LspInstallLog commandWilliam Boman2021-09-301-6/+6
|
* feat(ui): add a popup option (#100)kylo2522021-09-301-3/+3
| | | Co-authored-by: William Boman <william@redwill.se>
* add Lua API to override default settings (#111)William Boman2021-09-301-7/+8
|
* support installing specific version of language servers, defaults to latest ↵William Boman2021-09-291-13/+25
| | | | (#106)
* fix stylua (#104)William Boman2021-09-271-1/+4
|
* feat: add a logger based on plenary.log (#99)kylo2522021-09-251-3/+3
|
* ui/status-win: show relative install date next to installed serversWilliam Boman2021-09-121-1/+38
|
* add direct integration with libuv instead of going through termopen, also ↵William Boman2021-09-071-0/+334
implement a UI (#79) * add direct integration with libuv instead of going through termopen, also implement a UI * alleged free perf boosts yo that's free cycles