| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: update bot comment on new package request (#183) | William Boman | 2022-07-28 | 1 | -3/+1 |
| | | |||||
| * | stable branch release | William Boman | 2022-07-24 | 3 | -3/+3 |
| | | |||||
| * | refactor!: extract mason-lspconfig to separate plugin (#109) | William Boman | 2022-07-22 | 1 | -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 Boman | 2022-07-13 | 1 | -1/+3 |
| | | |||||
| * | fix(scripts): set packpath instead of rtp for dependencies (#42) | William Boman | 2022-07-09 | 1 | -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 Boman | 2022-07-09 | 3 | -2/+37 |
| | | |||||
| * | chore(workflow): modularize scripts and remove mason-lspconfig from CI ↵ | William Boman | 2022-07-09 | 4 | -43/+38 |
| | | | | | checks (#36) | ||||
| * | refactor: move packages to mason-registry (#27) | William Boman | 2022-07-08 | 1 | -0/+1 |
| | | |||||
| * | chore: adjust some remnants of nvim-lsp-installer | William Boman | 2022-07-07 | 2 | -4/+3 |
| | | |||||
| * | chore: run tests workflow on all branches, fix README badge image | William Boman | 2022-07-07 | 1 | -1/+0 |
| | | |||||
| * | mason.nvim | William Boman | 2022-07-07 | 3 | -10/+29 |
| | | |||||
| * | chore(workflows): add workflow_dispatch trigger for run-autogen.yml | William Boman | 2022-05-06 | 1 | -0/+1 |
| | | |||||
| * | chore: bump minimum neovim version to 0.7.0 (#656) | William Boman | 2022-05-02 | 3 | -3/+3 |
| | | |||||
| * | feat: add async module (#499) | William Boman | 2022-02-21 | 2 | -2/+0 |
| | | |||||
| * | action: use PAT for write access | William Boman | 2022-02-02 | 1 | -1/+3 |
| | | |||||
| * | actions: simplify run-autogen workflow | William Boman | 2022-01-29 | 1 | -17/+3 |
| | | |||||
| * | add base input to workflow step | William Boman | 2022-01-27 | 1 | -0/+1 |
| | | |||||
| * | fix(actions): remove fetch-depth setting | William Boman | 2022-01-23 | 1 | -3/+0 |
| | | |||||
| * | feat(actions): add scheduled action to commit & push generated diffs | William Boman | 2022-01-22 | 2 | -2/+48 |
| | | |||||
| * | github/workflows: fix auto comment | William Boman | 2021-12-29 | 1 | -8/+1 |
| | | |||||
| * | github/workflows: more automation | William Boman | 2021-12-29 | 1 | -0/+17 |
| | | |||||
| * | feat(ui): display interactive server settings schema table (#363) | William Boman | 2021-12-29 | 1 | -1/+2 |
| | | |||||
| * | add some tests (#360) | William Boman | 2021-12-25 | 2 | -1/+20 |
| | | |||||
| * | actions/auto-assign-issues: add column_name arg | William Boman | 2021-11-24 | 1 | -0/+1 |
| | | |||||
| * | actions: automatically assign new issues to triaging project | William Boman | 2021-11-24 | 3 | -13/+32 |
| | | | | | Also some prettier formatting. | ||||
| * | Revert "actions: automatically push generated metadata changes (#235)" | William Boman | 2021-11-02 | 3 | -38/+12 |
| | | | | | This reverts commit 75e4d760753aef1d61984f8b92c7819753ad248d. | ||||
| * | actions: automatically push generated metadata changes (#235) | William Boman | 2021-11-02 | 3 | -12/+38 |
| | | |||||
| * | feat: autogen metadata table(s) (#159) | kylo252 | 2021-10-18 | 2 | -0/+30 |
| | | | | Co-authored-by: William Boman <william@redwill.se> | ||||
| * | ci: don't run stylua on all branches | William Boman | 2021-09-29 | 1 | -7/+5 |
| | | |||||
| * | Improve the CI for the fmt (#103) | Teo | 2021-09-27 | 1 | -0/+21 |
