aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* fix(scripts): setup mason and init registries (#1124)William Boman2023-03-232-6/+6
* style: enforce import order (#1092)William Boman2023-03-125-8/+8
* refactor: load mason-registry.sources directly (#1021)William Boman2023-02-212-2/+2
* feat: configurable registries (#1016)William Boman2023-02-204-49/+12
* refactor(installer): introduce PackageInstallOpts class (#802)William Boman2022-12-261-1/+1
* fix(scripts): reload mason-registry after reindex (#273)William Boman2022-08-081-0/+2
* docs: wrap languages and categories in inline code blocks (#267)William Boman2022-08-074-5/+6
* feat: generate PACKAGES.md (#265)William Boman2022-08-077-10/+205
* fix(scripts): create package index before regenerating language map (#192)William Boman2022-07-291-4/+2
* fix: ensure no duplicate languages with different casing (#117)William Boman2022-07-221-0/+10
* refactor!: extract mason-lspconfig to separate plugin (#109)William Boman2022-07-221-54/+0
* fix(mason-lspconfig): patch some server's cmd on Windows (#100)William Boman2022-07-191-0/+15
* fix(scripts): prepend rtp and packpath (#82)William Boman2022-07-161-2/+2
* chore!: remove ccls (#59)William Boman2022-07-121-0/+2
* fix(scripts): set packpath instead of rtp for dependencies (#42)William Boman2022-07-091-2/+5
* chore(workflow): modularize scripts and remove mason-lspconfig from CI checks...William Boman2022-07-097-162/+183
* feat(mason-lspconfig): add :LspInstall and :LspUninstall commands (#35)William Boman2022-07-081-0/+20
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-081-20/+32
* refactor: move packages to mason-registry (#27)William Boman2022-07-081-2/+6
* feat: add delve and go-debug-adapter (#7)William Boman2022-07-071-3/+3
* style: more styluaWilliam Boman2022-07-071-1/+4
* mason.nvimWilliam Boman2022-07-072-104/+43
* feat: add svlangserver (#762)William Boman2022-06-081-4/+6
* chore(scripts): remove unnecessary awk_ls branchWilliam Boman2022-05-201-4/+0
* chore(functional): restructure and extend functional modules (#703)William Boman2022-05-171-10/+4
* chore(scripts): use async fs moduleWilliam Boman2022-05-141-22/+14
* chore: further decouple module structure (#685)William Boman2022-05-111-7/+4
* more async refactor (#587)William Boman2022-04-111-5/+4
* add async managers (#536)William Boman2022-03-261-5/+9
* async: raise errors instead of returning pcall-style (#521)William Boman2022-03-051-5/+3
* feat: add async module (#499)William Boman2022-02-212-23/+27
* add awk_ls (#442)William Boman2022-01-231-0/+4
* add pylsp schemaWilliam Boman2022-01-121-1/+4
* autogen_metadata: use gist registry (#417)William Boman2022-01-121-4/+6
* feat(ui): display interactive server settings schema table (#363)William Boman2021-12-292-8/+54
* feat(ui): sort servers alphabetically, also add language hints (#361)William Boman2021-12-251-5/+1
* scripts/autogen_metadata: directly import server config from lspconfigWilliam Boman2021-12-051-2/+2
* remove {pre,post}_setup functions (#250)William Boman2021-11-081-7/+0
* add language aliases to :LspInstall (#232)William Boman2021-11-061-1/+47
* scripts: fix generating filetypes for servers w/ no lspconfig entryWilliam Boman2021-10-311-6/+13
* autogen_metadata: sort table for consistent outputsWilliam Boman2021-10-231-0/+1
* map filetype to servers, promote relevant servers in the UI (#190)William Boman2021-10-231-24/+33
* feat: autogen metadata table(s) (#159)kylo2522021-10-182-0/+91