| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: remove generate scripts and artifacts (#1246) | William Boman | 2023-04-22 | 8 | -294/+0 |
| | | |||||
| * | chore: remove lua:mason-registry.index registry entry (#1243) | William Boman | 2023-04-21 | 2 | -28/+4 |
| | | |||||
| * | fix(scripts): setup mason and init registries (#1124) | William Boman | 2023-03-23 | 2 | -6/+6 |
| | | |||||
| * | style: enforce import order (#1092) | William Boman | 2023-03-12 | 5 | -8/+8 |
| | | | | | | * chore(workflows): update dependencies * style: enforce import order | ||||
| * | refactor: load mason-registry.sources directly (#1021) | William Boman | 2023-02-21 | 2 | -2/+2 |
| | | | | This further reduces the amount of modules loaded during setup. | ||||
| * | feat: configurable registries (#1016) | William Boman | 2023-02-20 | 4 | -49/+12 |
| | | |||||
| * | refactor(installer): introduce PackageInstallOpts class (#802) | William Boman | 2022-12-26 | 1 | -1/+1 |
| | | |||||
| * | fix(scripts): reload mason-registry after reindex (#273) | William Boman | 2022-08-08 | 1 | -0/+2 |
| | | |||||
| * | docs: wrap languages and categories in inline code blocks (#267) | William Boman | 2022-08-07 | 4 | -5/+6 |
| | | |||||
| * | feat: generate PACKAGES.md (#265) | William Boman | 2022-08-07 | 7 | -10/+205 |
| | | |||||
| * | fix(scripts): create package index before regenerating language map (#192) | William Boman | 2022-07-29 | 1 | -4/+2 |
| | | |||||
| * | fix: ensure no duplicate languages with different casing (#117) | William Boman | 2022-07-22 | 1 | -0/+10 |
| | | |||||
| * | refactor!: extract mason-lspconfig to separate plugin (#109) | William Boman | 2022-07-22 | 1 | -54/+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(mason-lspconfig): patch some server's cmd on Windows (#100) | William Boman | 2022-07-19 | 1 | -0/+15 |
| | | |||||
| * | fix(scripts): prepend rtp and packpath (#82) | William Boman | 2022-07-16 | 1 | -2/+2 |
| | | |||||
| * | chore!: remove ccls (#59) | William Boman | 2022-07-12 | 1 | -0/+2 |
| | | | | | | | | This is a package that doesn't see frequent releases and it's been a mess to get to build across platforms. Installing via the system default package manager provides a much better experience atm. | ||||
| * | fix(scripts): set packpath instead of rtp for dependencies (#42) | William Boman | 2022-07-09 | 1 | -2/+5 |
| | | | | | | | | | | * 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): modularize scripts and remove mason-lspconfig from CI ↵ | William Boman | 2022-07-09 | 7 | -162/+183 |
| | | | | | checks (#36) | ||||
| * | feat(mason-lspconfig): add :LspInstall and :LspUninstall commands (#35) | William Boman | 2022-07-08 | 1 | -0/+20 |
| | | | | | These should be in complete parity with the nvim-lsp-installer commands. Now even better than before. | ||||
| * | refactor: add mason-schemas and mason-core modules (#29) | William Boman | 2022-07-08 | 1 | -20/+32 |
| | | | | | | * refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module | ||||
| * | refactor: move packages to mason-registry (#27) | William Boman | 2022-07-08 | 1 | -2/+6 |
| | | |||||
| * | feat: add delve and go-debug-adapter (#7) | William Boman | 2022-07-07 | 1 | -3/+3 |
| | | | | | | | | * feat: add delve and go-debug-adapter * fix(go): more package and mod mangling * fix(ui): fix hydrating package state after reinstallation | ||||
| * | style: more stylua | William Boman | 2022-07-07 | 1 | -1/+4 |
| | | |||||
| * | mason.nvim | William Boman | 2022-07-07 | 2 | -104/+43 |
| | | |||||
| * | feat: add svlangserver (#762) | William Boman | 2022-06-08 | 1 | -4/+6 |
| | | | | Closes #747. | ||||
| * | chore(scripts): remove unnecessary awk_ls branch | William Boman | 2022-05-20 | 1 | -4/+0 |
| | | |||||
| * | chore(functional): restructure and extend functional modules (#703) | William Boman | 2022-05-17 | 1 | -10/+4 |
| | | |||||
| * | chore(scripts): use async fs module | William Boman | 2022-05-14 | 1 | -22/+14 |
| | | |||||
| * | chore: further decouple module structure (#685) | William Boman | 2022-05-11 | 1 | -7/+4 |
| | | |||||
| * | more async refactor (#587) | William Boman | 2022-04-11 | 1 | -5/+4 |
| | | |||||
| * | add async managers (#536) | William Boman | 2022-03-26 | 1 | -5/+9 |
| | | |||||
| * | async: raise errors instead of returning pcall-style (#521) | William Boman | 2022-03-05 | 1 | -5/+3 |
| | | |||||
| * | feat: add async module (#499) | William Boman | 2022-02-21 | 2 | -23/+27 |
| | | |||||
| * | add awk_ls (#442) | William Boman | 2022-01-23 | 1 | -0/+4 |
| | | |||||
| * | add pylsp schema | William Boman | 2022-01-12 | 1 | -1/+4 |
| | | |||||
| * | autogen_metadata: use gist registry (#417) | William Boman | 2022-01-12 | 1 | -4/+6 |
| | | |||||
| * | feat(ui): display interactive server settings schema table (#363) | William Boman | 2021-12-29 | 2 | -8/+54 |
| | | |||||
| * | feat(ui): sort servers alphabetically, also add language hints (#361) | William Boman | 2021-12-25 | 1 | -5/+1 |
| | | |||||
| * | scripts/autogen_metadata: directly import server config from lspconfig | William Boman | 2021-12-05 | 1 | -2/+2 |
| | | |||||
| * | remove {pre,post}_setup functions (#250) | William Boman | 2021-11-08 | 1 | -7/+0 |
| | | |||||
| * | add language aliases to :LspInstall (#232) | William Boman | 2021-11-06 | 1 | -1/+47 |
| | | |||||
| * | scripts: fix generating filetypes for servers w/ no lspconfig entry | William Boman | 2021-10-31 | 1 | -6/+13 |
| | | |||||
| * | autogen_metadata: sort table for consistent outputs | William Boman | 2021-10-23 | 1 | -0/+1 |
| | | |||||
| * | map filetype to servers, promote relevant servers in the UI (#190) | William Boman | 2021-10-23 | 1 | -24/+33 |
| | | | | | Uninstalled servers that map to a filetype that is open in any buffer will be hoisted in the UI list. | ||||
| * | feat: autogen metadata table(s) (#159) | kylo252 | 2021-10-18 | 2 | -0/+91 |
| Co-authored-by: William Boman <william@redwill.se> | |||||
