| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | perf: host pre-compiled filetype mappings (#555) | William Boman | 2025-05-19 | 2 | -1/+43 |
| | | | | | | | Generating the filetype mappings by accessing `vim.lsp.config` turns out to be a bad idea because: 1) performance 2) some `lsp/` configurations in nvim-lspconfig execute code immediately (see angularls) 3) accessing `vim.lsp.config[server_name]` seems to populate `:checkhealth vim.lsp` | ||||
| * | chore: fix references to williamboman/mason.nvim (#541) | William Boman | 2025-05-06 | 3 | -3/+3 |
| | | |||||
| * | ci: fix cbfmt & selene, add nvim v0.11.1, and fix incorrect test fixtures (#540) | William Boman | 2025-05-06 | 3 | -34/+2 |
| | | | | | | | | * ci: fix cbfmt and add nvim v0.11.1 * just remove cbfmt * tests: fix test fixtures and setup | ||||
| * | refactor!: remove handler functionality, add automatic enable feature | William Boman | 2025-04-21 | 3 | -79/+1 |
| | | | | | | | | | This also removes all generated code/docs, including relevant scripts. Mappings are now also dynamically generated instead of compiled. These changes should reduce churn in this plugin and make it more resilient for external changes in Mason and/or nvim-lspconfig. Mappings have been centralized in the registry instead. | ||||
| * | fix: update required nvim version to >= 0.9.0 (#478) | William Boman | 2024-10-22 | 1 | -6/+1 |
| | | | | | | nvim-lspconfig has a hard dependency on nvim >= 0.9.0. Note that mason-lspconfig itself does not, it still supports >= 0.7.0 by itself. Co-authored-by: Micah Halter <micah@mehalter.com> | ||||
| * | tests: add nvim v0.10.1 and v0.10.1 to test matrix (#446) | William Boman | 2024-08-05 | 2 | -1/+3 |
| | | |||||
| * | docs: auto-generate available LSP servers list in readme (#445) | William Boman | 2024-08-05 | 2 | -2/+2 |
| | | |||||
| * | tests: add nvim v0.9.5 to test matrix (#345) | William Boman | 2024-01-06 | 1 | -0/+1 |
| | | |||||
| * | ci: add nvim v0.9.2 and v0.9.4 to test matrix (#294) | William Boman | 2023-10-10 | 1 | -0/+2 |
| | | |||||
| * | chore(ci): upgrade linter versions (#244) | William Boman | 2023-06-28 | 3 | -3/+3 |
| | | |||||
| * | chore(ci): add nvim v0.9.1 to test matrix (#245) | William Boman | 2023-06-28 | 1 | -0/+1 |
| | | |||||
| * | chore: Revert "chore/github cleanup (#238)" (#239) | William Boman | 2023-06-12 | 1 | -0/+13 |
| | | | | Forgot this repo isn't under org. | ||||
| * | chore/github cleanup (#238) | William Boman | 2023-06-12 | 1 | -13/+0 |
| | | | | chore: clean up organization-wide .github files | ||||
| * | chore(ci): use PAT for release-please (#204) | William Boman | 2023-04-22 | 1 | -0/+1 |
| | | |||||
| * | chore: add version module (#201)v1.0.0 | William Boman | 2023-04-21 | 1 | -0/+3 |
| | | |||||
| * | chore(ci): add release workflow (#199) | William Boman | 2023-04-21 | 1 | -0/+29 |
| | | |||||
| * | chore(ci): add v0.9.0 to test matrix (#190) | William Boman | 2023-04-12 | 3 | -3/+14 |
| | | |||||
| * | tests: fix scheduling (#183) | William Boman | 2023-04-05 | 3 | -3/+3 |
| | | | | | | * tests: fix scheduling * chore(ci): update neovim version | ||||
| * | chore(ci): run helptags (#171) | William Boman | 2023-03-14 | 1 | -1/+4 |
| | | |||||
| * | style: enforce import order (#169) | William Boman | 2023-03-12 | 3 | -4/+4 |
| | | | | | | * chore(workflows): update dependencies * style: enforce import order | ||||
| * | chore: pin stylua to 0.15.0 (#62) | William Boman | 2022-09-22 | 1 | -1/+2 |
| | | |||||
| * | chore: add selene & cbfmt (#54) | William Boman | 2022-09-13 | 2 | -0/+53 |
| | | |||||
| * | chore: run tests every day (#17) | William Boman | 2022-07-29 | 1 | -0/+2 |
| | | |||||
| * | chore: better issue template (#9) | William Boman | 2022-07-25 | 2 | -75/+117 |
| | | |||||
| * | init | William Boman | 2022-07-22 | 8 | -0/+234 |
