aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/core/ui/display.lua
Commit message (Collapse)AuthorAgeFilesLines
* mason.nvimWilliam Boman2022-07-071-458/+0
|
* feat(ui): add setting to customize window border (#754)William Boman2022-06-061-5/+6
| | | Closes #752.
* refactor(ui): improve autoclose logic and update install dir label (#743)William Boman2022-06-011-3/+17
|
* fix(spawn): don't check executable when spawning with custom PATH (#721)William Boman2022-05-261-1/+1
|
* fix(ui): setlocal undolevels=-1William Boman2022-05-251-0/+1
| | | | | | | | Without having profiled things, this should greatly reduce memory footprint because this UI buffer is: 1) updated very frequently 2) the way it's currently updated is extremely inefficient (it essentially recreates the buffer contents on every render)
* ui: remove borders & change heading style (#713)William Boman2022-05-231-1/+1
|
* ui: reset outdated server flag after any kind of server install/uninstall ↵William Boman2022-05-131-1/+1
| | | | | | interactions For better UX
* feat(ui): use diagnostics to show some messages (#694)William Boman2022-05-131-172/+170
|
* chore: further decouple module structure (#685)William Boman2022-05-111-0/+444