| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: add mason-schemas and mason-core modules (#29) | William Boman | 2022-07-08 | 1 | -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-installer | William Boman | 2022-07-07 | 1 | -26/+13 |
| | | |||||
| * | mason.nvim | William Boman | 2022-07-07 | 1 | -16/+68 |
| | | |||||
| * | fix(ui): setlocal undolevels=-1 | William Boman | 2022-05-25 | 1 | -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 Boman | 2022-05-13 | 1 | -7/+18 |
| | | |||||
| * | chore: further decouple module structure (#685) | William Boman | 2022-05-11 | 1 | -0/+250 |
