aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/ui
Commit message (Collapse)AuthorAgeFilesLines
* fix(ui): ensure window is active before getting cursor (#196)William Boman2022-07-291-0/+3
| | | | | | | * fix(ui): ensure window is active before getting cursor * fixup Co-authored-by: williambotman[bot] <william+bot@redwill.se>
* fix(ui): don't call terminate handler when setting up handle (#190)William Boman2022-07-281-2/+0
| | | | | | The terminate handler should only really be called when the handle is terminated. By calling it immediately (to initialize UI state), any queued packages would be reset to either the "installed" or "uninstalled" group, when they really should remain "queued".
* feat(ui): hoist cursor when switching tab (#178)William Boman2022-07-281-0/+4
|
* feat(ui): bring focus to the installation section when :MasonInstall (#90)William Boman2022-07-171-2/+12
|
* chore: change emmylua annotation syntax from @ to : for comments (#73)William Boman2022-07-142-12/+12
|
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-083-0/+734
* refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module