aboutsummaryrefslogtreecommitdiffstats
path: root/tests/core/ui_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-081-301/+0
| | | | | * refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module
* chore: adjust some remnants of nvim-lsp-installerWilliam Boman2022-07-071-26/+13
|
* mason.nvimWilliam Boman2022-07-071-16/+68
|
* fix(ui): setlocal undolevels=-1William Boman2022-05-251-1/+2
| | | | | | | | 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)
* feat(ui): use diagnostics to show some messages (#694)William Boman2022-05-131-7/+18
|
* chore: further decouple module structure (#685)William Boman2022-05-111-0/+250