aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* ci: fix shellharden download url (#2022)William Boman2025-09-271-1/+1
|
* docs: update references to mason-org/mason.nvim (#1925)William Boman2025-05-066-7/+7
|
* ci: add nvim v0.11 to test matrix (#1923)William Boman2025-05-061-0/+2
|
* ci: don't cbfmt check CHANGELOG.md (#1922)William Boman2025-05-061-1/+1
|
* chore!: update required Neovim version to 0.10.0William Boman2025-02-194-10/+5
|
* feat!: upgrade minimum required neovim version to 0.9.0 (#1517)William Boman2025-02-164-9/+5
|
* tests: add new nvim versions to test matrix (#1877)William Boman2025-02-151-2/+4
|
* ci: upgrade deps (#1726)William Boman2024-05-315-8/+9
|
* tests: add nvim v0.9.5 to test matrix (#1594)William Boman2024-01-061-0/+1
|
* ci: add nvim v0.9.3 and v0.9.4 to test matrix (#1513)William Boman2023-10-101-0/+2
|
* chore(ci): add nvim v0.9.1 to test matrix (#1378)William Boman2023-06-281-0/+1
|
* chore(ci): upgrade linter versions (#1377)William Boman2023-06-283-3/+3
|
* chore: Revert "chore: remove organization-wide .github files (#1345)" (#1346)William Boman2023-06-121-0/+13
| | | Forgot this repo isn't under org.
* chore: remove organization-wide .github files (#1345)William Boman2023-06-121-13/+0
|
* chore: update issue template (#1274)William Boman2023-04-281-4/+2
|
* chore: update issue templates (#1273)William Boman2023-04-285-20/+10
|
* chore: release v1.0.0 (#1262)v1.0.0William Boman2023-04-261-0/+4
|
* chore: remove generate scripts and artifacts (#1246)William Boman2023-04-222-48/+1
|
* ci: add release workflow (#1214)William Boman2023-04-151-0/+29
| | | Co-authored-by: Jay Patel <36803168+jay-babu@users.noreply.github.com>
* chore(ci): add v0.9.0 to test matrix (#1190)William Boman2023-04-072-1/+5
|
* chore: consolidate generate task (#1171)William Boman2023-04-022-31/+3
|
* fix(doc): duplicate helptag (#1099)William Boman2023-03-141-1/+4
| | | Closes #1098.
* style: enforce import order (#1092)William Boman2023-03-122-3/+3
| | | | | * chore(workflows): update dependencies * style: enforce import order
* chore(ci): bump selene and stylua versions (#1059)William Boman2023-03-052-2/+2
|
* chore(workflows): change autogenerate commit message (#1004)William Boman2023-02-171-2/+2
|
* chore: update issue templates (#572)William Boman2022-10-186-113/+129
|
* ci(tests): add neovim version matrix (#515)William Boman2022-10-061-1/+8
|
* chore(workflows): bump neovim to 0.8.0 (#491)William Boman2022-10-012-2/+2
|
* chore: upgrade stylua to 0.15.0 (#454)William Boman2022-09-221-2/+2
|
* chore(workflows): remove auto-assign workflow (#426)William Boman2022-09-151-31/+0
|
* chore: bump stylua to 0.14.3 (#395)William Boman2022-09-081-1/+1
|
* chore: add cbfmt config (#328)William Boman2022-08-251-0/+33
|
* fix(workflow): fix selene job name (#302)William Boman2022-08-161-1/+1
|
* refactor: introduce selene, harden type defs, and use proper EmmyLua syntax ↵William Boman2022-08-152-0/+21
| | | | (#296)
* fix: include PACKAGES.md in workflow commit (#270)William Boman2022-08-081-0/+1
|
* fix(workflow): set fetch-depth: 0 (#266)William Boman2022-08-071-0/+2
|
* chore: update issue templates (#230)William Boman2022-08-024-30/+41
|
* chore: update package installation issue template (#200)William Boman2022-07-301-6/+14
|
* chore: update bot comment on new package request (#183)William Boman2022-07-281-3/+1
|
* chore: clean up package issue template (#153)William Boman2022-07-251-16/+0
|
* stable branch releaseWilliam Boman2022-07-243-3/+3
|
* refactor!: extract mason-lspconfig to separate plugin (#109)William Boman2022-07-222-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | The rationale behind this is to make boundaries clearer as mason.nvim has no direct relation with lspconfig per se. Also, hopefully, by having it as a separate package like this would encourage more people to write similar extensions (think mason-dap and mason-null-ls). Ideally such extensions wouldn't be required at all, but there are definitely gaps to fill as of today. From now on you'll need to add `williamboman/mason-lspconfig.nvim` as a plugin if you want to use the `mason-lspconfig` extension: ```lua use { { "williamboman/mason.nvim", branch = "alpha" }, "williamboman/mason-lspconfig.nvim", "neovim/nvim-lspconfig", } ``` ```lua Plug "williamboman/mason.nvim", { 'branch': 'alpha' } Plug "williamboman/mason-lspconfig.nvim" Plug "neovim/nvim-lspconfig" ```
* fix(autogenerate): fix add-paths argument (#70)William Boman2022-07-131-1/+3
|
* chore(issue_template): make DEBUG log level request clearer (#62)William Boman2022-07-121-2/+2
|
* fix(scripts): set packpath instead of rtp for dependencies (#42)William Boman2022-07-091-35/+0
| | | | | | | | | * fix(scripts): set packpath instead of rtp for dependencies * chore: remove bot-automation.yml This will not function as I had expected as secrets are not available in PRs coming from forks, which defeats the whole purpose. Will have to build a standalone webhook service in a closed environment instead.
* chore(workflow): add bot-automation.yml (#38)William Boman2022-07-093-2/+37
|
* chore(workflow): modularize scripts and remove mason-lspconfig from CI ↵William Boman2022-07-094-43/+38
| | | | checks (#36)
* refactor: move packages to mason-registry (#27)William Boman2022-07-081-0/+1
|
* chore: fix some wording (#24)William Boman2022-07-082-2/+2
|
* chore: adjust some remnants of nvim-lsp-installerWilliam Boman2022-07-077-59/+50
|