aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* chore: update bot comment on new package request (#183)William Boman2022-07-281-3/+1
|
* stable branch releaseWilliam Boman2022-07-243-3/+3
|
* refactor!: extract mason-lspconfig to separate plugin (#109)William Boman2022-07-221-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
|
* 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: adjust some remnants of nvim-lsp-installerWilliam Boman2022-07-072-4/+3
|
* chore: run tests workflow on all branches, fix README badge imageWilliam Boman2022-07-071-1/+0
|
* mason.nvimWilliam Boman2022-07-073-10/+29
|
* chore(workflows): add workflow_dispatch trigger for run-autogen.ymlWilliam Boman2022-05-061-0/+1
|
* chore: bump minimum neovim version to 0.7.0 (#656)William Boman2022-05-023-3/+3
|
* feat: add async module (#499)William Boman2022-02-212-2/+0
|
* action: use PAT for write accessWilliam Boman2022-02-021-1/+3
|
* actions: simplify run-autogen workflowWilliam Boman2022-01-291-17/+3
|
* add base input to workflow stepWilliam Boman2022-01-271-0/+1
|
* fix(actions): remove fetch-depth settingWilliam Boman2022-01-231-3/+0
|
* feat(actions): add scheduled action to commit & push generated diffsWilliam Boman2022-01-222-2/+48
|
* github/workflows: fix auto commentWilliam Boman2021-12-291-8/+1
|
* github/workflows: more automationWilliam Boman2021-12-291-0/+17
|
* feat(ui): display interactive server settings schema table (#363)William Boman2021-12-291-1/+2
|
* add some tests (#360)William Boman2021-12-252-1/+20
|
* actions/auto-assign-issues: add column_name argWilliam Boman2021-11-241-0/+1
|
* actions: automatically assign new issues to triaging projectWilliam Boman2021-11-243-13/+32
| | | | Also some prettier formatting.
* Revert "actions: automatically push generated metadata changes (#235)"William Boman2021-11-023-38/+12
| | | | This reverts commit 75e4d760753aef1d61984f8b92c7819753ad248d.
* actions: automatically push generated metadata changes (#235)William Boman2021-11-023-12/+38
|
* feat: autogen metadata table(s) (#159)kylo2522021-10-182-0/+30
| | | Co-authored-by: William Boman <william@redwill.se>
* ci: don't run stylua on all branchesWilliam Boman2021-09-291-7/+5
|
* Improve the CI for the fmt (#103)Teo2021-09-271-0/+21