| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor!: remove old managers (#1497) | William Boman | 2025-02-16 | 1 | -44/+0 |
| | | |||||
| * | fix(powershell): close stdin (#1197) | William Boman | 2023-04-08 | 1 | -0/+4 |
| | | |||||
| * | refactor: only schedule in a.scheduler() when in fast event (#1170) | William Boman | 2023-04-02 | 1 | -3/+1 |
| | | | | Explicitly schedule via `a.wait(vim.schedule)` instead. | ||||
| * | style: enforce import order (#1092) | William Boman | 2023-03-12 | 1 | -2/+2 |
| | | | | | | * chore(workflows): update dependencies * style: enforce import order | ||||
| * | refactor(powershell): remove .script and fix fast API error (#1057) | William Boman | 2023-03-05 | 1 | -26/+14 |
| | | | | | Calling vim.fn.executable in the module scope has potential to error if the module is required outside of the main loop. | ||||
| * | fix(powershell): terminate stdin with newline (#818) | William Boman | 2022-12-28 | 1 | -0/+1 |
| | | | | | | Powershell doesn't seem to be closing the process after commands finsh executing and stdin is closed, not entirely sure why. This seems to fix the issue. | ||||
| * | refactor: interact with libuv pipes in async context (#808) | William Boman | 2022-12-26 | 1 | -6/+7 |
| | | | | Also now properly close pipes (shutdown -> close). | ||||
| * | feat(powershell): set $ErrorActionPreference = "Stop"; (#807) | William Boman | 2022-12-26 | 1 | -11/+15 |
| | | | | Also write to stdin pipe asynchronously. | ||||
| * | fix(powershell): use pwsh if available (#782) | William Boman | 2022-12-21 | 1 | -2/+4 |
| | | |||||
| * | Revert "chore: use pwsh instead of powershell (#706)" (#769) | William Boman | 2022-12-19 | 1 | -2/+2 |
| | | | | This reverts commit e64dffb84e84e67836a05707a95b1d81fe698481. | ||||
| * | chore: use pwsh instead of powershell (#706) | William Boman | 2022-11-29 | 1 | -2/+2 |
| | | |||||
| * | chore: upgrade stylua to 0.15.0 (#454) | William Boman | 2022-09-22 | 1 | -21/+17 |
| | | |||||
| * | refactor: introduce selene, harden type defs, and use proper EmmyLua syntax ↵ | William Boman | 2022-08-15 | 1 | -21/+25 |
| | | | | | (#296) | ||||
| * | refactor: add mason-schemas and mason-core modules (#29) | William Boman | 2022-07-08 | 1 | -0/+46 |
| * refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module | |||||
