| Commit message (Expand) | Author | Age | Files | Lines |
| * | chore: further decouple module structure (#685) | William Boman | 2022-05-11 | 3 | -1268/+0 |
| * | ui: add clarifications around settings schema (#663) | William Boman | 2022-05-03 | 1 | -0/+21 |
| * | chore: refactor remaining installers to async impl (#616) | William Boman | 2022-04-21 | 1 | -5/+5 |
| * | ui: add section about missing servers to help window | William Boman | 2022-04-12 | 1 | -0/+14 |
| * | more async refactor (#587) | William Boman | 2022-04-11 | 1 | -1/+1 |
| * | fix(ui): typo | William Boman | 2022-03-26 | 1 | -1/+1 |
| * | run server installation in async execution context (#525) | William Boman | 2022-03-06 | 1 | -1/+1 |
| * | feat(ui): display installed server version (#520) | William Boman | 2022-03-05 | 1 | -22/+46 |
| * | feat(ui): display language hints for installed servers as well | William Boman | 2022-02-15 | 1 | -1/+2 |
| * | ui: update Cowth Vader message | William Boman | 2022-01-23 | 1 | -3/+4 |
| * | ui: print full installation date instead of relative | William Boman | 2022-01-23 | 1 | -24/+3 |
| * | ui: s/last updated/installed/ | William Boman | 2022-01-12 | 1 | -1/+1 |
| * | ui: map keybind to update all outdated servers (#407) | William Boman | 2022-01-09 | 1 | -10/+34 |
| * | feat: integrate gh-cli for GitHub API calls (#403) | William Boman | 2022-01-07 | 1 | -1/+1 |
| * | fix(ui): less intrusive version check UI (#402) | William Boman | 2022-01-06 | 1 | -27/+32 |
| * | feat(ui): display outdated servers (#395) | William Boman | 2022-01-06 | 1 | -53/+117 |
| * | feat(ui): display interactive server settings schema table (#363) | William Boman | 2021-12-29 | 2 | -3/+223 |
| * | feat(ui): sort servers alphabetically, also add language hints (#361) | William Boman | 2021-12-25 | 2 | -7/+66 |
| * | add some tests (#360) | William Boman | 2021-12-25 | 1 | -1/+0 |
| * | feat(ui): add keybind to update all installed servers (#353) | William Boman | 2021-12-23 | 1 | -0/+7 |
| * | initial healthcheck integration (#321) | William Boman | 2021-12-07 | 1 | -2/+11 |
| * | remove {pre,post}_setup functions (#250) | William Boman | 2021-11-08 | 1 | -3/+7 |
| * | add language aliases to :LspInstall (#232) | William Boman | 2021-11-06 | 1 | -1/+1 |
| * | pip3: promote install_dir to server's root dir immediately (#230) | William Boman | 2021-10-31 | 1 | -2/+2 |
| * | add public API to close installer window (#208) | William Boman | 2021-10-29 | 1 | -1/+8 |
| * | fix gathering currently open filetypes | William Boman | 2021-10-29 | 1 | -4/+5 |
| * | add proper emmylua annotations (#196) | William Boman | 2021-10-25 | 1 | -27/+82 |
| * | map filetype to servers, promote relevant servers in the UI (#190) | William Boman | 2021-10-23 | 1 | -11/+40 |
| * | move is_animating toggle to the right place | William Boman | 2021-10-18 | 1 | -1/+1 |
| * | ui: some more colors and a very crucial cowth vader lightsaber animation (#176) | William Boman | 2021-10-18 | 1 | -37/+96 |
| * | feat: autogen metadata table(s) (#159) | kylo252 | 2021-10-18 | 1 | -0/+5 |
| * | speed up :LspInstall, :LspUninstall, :LspUninstallAll commands (#175) | William Boman | 2021-10-18 | 1 | -1/+13 |
| * | ui: render header differently if help is showing | William Boman | 2021-10-17 | 1 | -7/+49 |
| * | stylua | William Boman | 2021-10-15 | 1 | -1/+5 |
| * | ui: add 'press ? for help' message | William Boman | 2021-10-15 | 1 | -0/+1 |
| * | add eslint, deprecate eslintls (#149) | William Boman | 2021-10-14 | 1 | -15/+45 |
| * | ui: show installer log file path in help window | William Boman | 2021-10-12 | 1 | -0/+4 |
| * | remove startup command from ui window | William Boman | 2021-10-10 | 1 | -5/+0 |
| * | add keybindings to UI window (#140) | William Boman | 2021-10-10 | 1 | -84/+288 |
| * | lower default log level to INFO (#119) | William Boman | 2021-10-02 | 1 | -1/+2 |
| * | fix newlines in stdout/stderr calls, more robust error handling (#114) | William Boman | 2021-10-01 | 1 | -2/+2 |
| * | fix parsing stdout/stderr chunks into proper lines | William Boman | 2021-09-30 | 1 | -14/+15 |
| * | fix logging at correct level, also add :LspInstallLog command | William Boman | 2021-09-30 | 1 | -6/+6 |
| * | feat(ui): add a popup option (#100) | kylo252 | 2021-09-30 | 1 | -3/+3 |
| * | add Lua API to override default settings (#111) | William Boman | 2021-09-30 | 1 | -7/+8 |
| * | support installing specific version of language servers, defaults to latest (... | William Boman | 2021-09-29 | 1 | -13/+25 |
| * | fix stylua (#104) | William Boman | 2021-09-27 | 1 | -1/+4 |
| * | feat: add a logger based on plenary.log (#99) | kylo252 | 2021-09-25 | 1 | -3/+3 |
| * | ui/status-win: show relative install date next to installed servers | William Boman | 2021-09-12 | 1 | -1/+38 |
| * | add direct integration with libuv instead of going through termopen, also imp... | William Boman | 2021-09-07 | 1 | -0/+334 |