aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* perf: host pre-compiled filetype mappings (#555)William Boman2025-05-192-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 Boman2025-05-063-3/+3
|
* ci: fix cbfmt & selene, add nvim v0.11.1, and fix incorrect test fixtures (#540)William Boman2025-05-063-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 featureWilliam Boman2025-04-213-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 Boman2024-10-221-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 Boman2024-08-052-1/+3
|
* docs: auto-generate available LSP servers list in readme (#445)William Boman2024-08-052-2/+2
|
* tests: add nvim v0.9.5 to test matrix (#345)William Boman2024-01-061-0/+1
|
* ci: add nvim v0.9.2 and v0.9.4 to test matrix (#294)William Boman2023-10-101-0/+2
|
* chore(ci): upgrade linter versions (#244)William Boman2023-06-283-3/+3
|
* chore(ci): add nvim v0.9.1 to test matrix (#245)William Boman2023-06-281-0/+1
|
* chore: Revert "chore/github cleanup (#238)" (#239)William Boman2023-06-121-0/+13
| | | Forgot this repo isn't under org.
* chore/github cleanup (#238)William Boman2023-06-121-13/+0
| | | chore: clean up organization-wide .github files
* chore(ci): use PAT for release-please (#204)William Boman2023-04-221-0/+1
|
* chore: add version module (#201)v1.0.0William Boman2023-04-211-0/+3
|
* chore(ci): add release workflow (#199)William Boman2023-04-211-0/+29
|
* chore(ci): add v0.9.0 to test matrix (#190)William Boman2023-04-123-3/+14
|
* tests: fix scheduling (#183)William Boman2023-04-053-3/+3
| | | | | * tests: fix scheduling * chore(ci): update neovim version
* chore(ci): run helptags (#171)William Boman2023-03-141-1/+4
|
* style: enforce import order (#169)William Boman2023-03-123-4/+4
| | | | | * chore(workflows): update dependencies * style: enforce import order
* chore: pin stylua to 0.15.0 (#62)William Boman2022-09-221-1/+2
|
* chore: add selene & cbfmt (#54)William Boman2022-09-132-0/+53
|
* chore: run tests every day (#17)William Boman2022-07-291-0/+2
|
* chore: better issue template (#9)William Boman2022-07-252-75/+117
|
* initWilliam Boman2022-07-228-0/+234