aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/ui/display.lua
Commit message (Collapse)AuthorAgeFilesLines
* chore: further decouple module structure (#685)William Boman2022-05-111-443/+0
|
* fix(display): only set window borders onceWilliam Boman2022-03-091-8/+14
|
* run server installation in async execution context (#525)William Boman2022-03-061-4/+4
|
* add some tests (#360)William Boman2021-12-251-7/+12
|
* ui/display: remove unnecessary schedule wrapsWilliam Boman2021-11-191-8/+11
|
* 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-251-20/+60
|
* add keybindings to UI window (#140)William Boman2021-10-101-20/+113
| | | | | | | | | | | | | | | - 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.
* fix logging at correct level, also add :LspInstallLog commandWilliam Boman2021-09-301-2/+2
|
* feat(ui): add a popup option (#100)kylo2522021-09-301-58/+116
| | | Co-authored-by: William Boman <william@redwill.se>
* feat: add a logger based on plenary.log (#99)kylo2522021-09-251-2/+3
|
* feat: use <esc> to quickly dismiss the info panel (#98)kylo2522021-09-241-0/+3
|
* optimize io (70%+ startup speedups) (#93)William Boman2021-09-171-17/+2
|
* ui/display: more robust renderingWilliam Boman2021-09-111-9/+13
|
* some cleanupWilliam Boman2021-09-071-3/+3
|
* add direct integration with libuv instead of going through termopen, also ↵William Boman2021-09-071-0/+239
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