| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix(jdtls)!: remove lspconfig settings override (#58) | William Boman | 2022-07-12 | 2 | -111/+0 | |
| | | ||||||
| * | fix(jdtls): link jdtls executable (#56) | William Boman | 2022-07-11 | 1 | -2/+22 | |
| | | ||||||
| * | fix(async): increase vim.wait time (#55) | William Boman | 2022-07-11 | 1 | -3/+5 | |
| | | | | | | This number is completely arbitrary - the previous value was chosen at random. Increasing it now to support long-running, blocking, installations. | |||||
| * | feat(api): run :MasonInstall in blocking fashion if no UIs are attached (#52) | William Boman | 2022-07-11 | 2 | -7/+74 | |
| | | | | | Also make sure to exit neovim with an error exit code should one or more installations fail. | |||||
| * | feat: add pylint, cpplint, prettier (#51) | Lvim Tech | 2022-07-11 | 5 | -15/+68 | |
| | | ||||||
| * | feat(ui): segmentize sticky cursor for better UX (#50) | William Boman | 2022-07-11 | 1 | -5/+7 | |
| | | ||||||
| * | chore(lemminx): update latest default version (#49) | William Boman | 2022-07-11 | 1 | -1/+1 | |
| | | ||||||
| * | refactor: return table with declarative keys (#48) | William Boman | 2022-07-10 | 2 | -10/+5 | |
| | | ||||||
| * | fix(node-debug2-adapter): fix build on Node >= 18 (#47) | William Boman | 2022-07-10 | 2 | -1/+26 | |
| | | | | Fixes #41. | |||||
| * | feat: add luacheck to the registry (#46) | Seth Daniel | 2022-07-10 | 3 | -1/+15 | |
| | | ||||||
| * | fix(luarocks): bin linking (#45) | William Boman | 2022-07-10 | 1 | -2/+2 | |
| | | ||||||
| * | feat: add editorconfig-checker, misspell, shfmt, vint (#39) | Seth Daniel | 2022-07-10 | 6 | -2/+55 | |
| | | ||||||
| * | feat: add gofumpt, golines, json-to-struct, revive, staticcheck (#43) | Seth Daniel | 2022-07-10 | 7 | -1/+61 | |
| | | ||||||
| * | fix(mason-lspconfig): fix installing by current filetype (#37) | William Boman | 2022-07-08 | 1 | -1/+1 | |
| | | ||||||
| * | chore(workflow): modularize scripts and remove mason-lspconfig from CI ↵ | William Boman | 2022-07-09 | 1 | -1/+1 | |
| | | | | | checks (#36) | |||||
| * | feat: add black (#34) | jmp | 2022-07-09 | 2 | -0/+12 | |
| | | ||||||
| * | feat(mason-lspconfig): add :LspInstall and :LspUninstall commands (#35) | William Boman | 2022-07-08 | 9 | -21/+297 | |
| | | | | | These should be in complete parity with the nvim-lsp-installer commands. Now even better than before. | |||||
| * | feat: add eslint_d linter (#31) | Daryl Ronningen | 2022-07-08 | 2 | -0/+12 | |
| | | ||||||
| * | fix(ui): fix highlight group name prefixes (#30) | William Boman | 2022-07-08 | 2 | -31/+31 | |
| | | ||||||
| * | refactor: add mason-schemas and mason-core modules (#29) | William Boman | 2022-07-08 | 266 | -752/+744 | |
| | | | | | | * refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module | |||||
| * | feat: add gotests, gomodifytags, impl (#28) | William Boman | 2022-07-08 | 4 | -0/+36 | |
| | | | | Co-authored-by: cinuor <cokie@foxmail.com> | |||||
| * | refactor: move packages to mason-registry (#27) | William Boman | 2022-07-08 | 146 | -171/+171 | |
| | | ||||||
| * | fix(ui): read from correct path in the receipt to gather linked bins (#26) | William Boman | 2022-07-08 | 1 | -1/+1 | |
| | | ||||||
| * | fix(codelldb): update description and homepage (#25) | William Boman | 2022-07-08 | 1 | -2/+2 | |
| | | | | Too much copy paste. | |||||
| * | chore: fix some wording (#24) | William Boman | 2022-07-08 | 1 | -1/+1 | |
| | | ||||||
| * | fix: don't hardcode wrapper script executable paths (#23) | William Boman | 2022-07-08 | 8 | -22/+37 | |
| | | | | | | fix: don't hardcode wrapper script executable paths Fixes #22. | |||||
| * | feat: add netcoredbg (#21) | William Boman | 2022-07-08 | 2 | -0/+44 | |
| | | ||||||
| * | chore: update php-debug-adapter description (#19) | William Boman | 2022-07-08 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add php-debug-adapter (#18) | William Boman | 2022-07-08 | 2 | -0/+26 | |
| | | ||||||
| * | fix(firefox-debug-adapter): remove unnecessary git diff header (#17) | William Boman | 2022-07-08 | 1 | -2/+0 | |
| | | ||||||
| * | feat: add firefox-debug-adapter (#16) | William Boman | 2022-07-08 | 4 | -0/+78 | |
| | | ||||||
| * | fix!: remove dart-debug-adapter (#14) | William Boman | 2022-07-07 | 2 | -26/+0 | |
| | | | | | Debugging capabilities now ships with dart itself. Also, this adapter is reportedly somewhat brittle as it exclusively targets VSCode. | |||||
| * | fix(chrome-debug-adapter): remove unnecessary artifacts (#13) | William Boman | 2022-07-07 | 1 | -0/+8 | |
| | | ||||||
| * | fix: rename packages for consistency (#12) | William Boman | 2022-07-07 | 3 | -4/+4 | |
| | | ||||||
| * | feat: add chrome-debug (#11) | William Boman | 2022-07-07 | 2 | -0/+26 | |
| | | ||||||
| * | feat: add node-debug2 (#10) | William Boman | 2022-07-07 | 2 | -0/+27 | |
| | | ||||||
| * | feat: add dart-debug-adapter (#9) | William Boman | 2022-07-07 | 2 | -0/+26 | |
| | | ||||||
| * | feat: add ktlint (#8) | William Boman | 2022-07-07 | 2 | -0/+39 | |
| | | ||||||
| * | feat: add delve and go-debug-adapter (#7) | William Boman | 2022-07-07 | 7 | -5/+71 | |
| | | | | | | | | * feat: add delve and go-debug-adapter * fix(go): more package and mod mangling * fix(ui): fix hydrating package state after reinstallation | |||||
| * | fix(r-languageserver): add missing desc (#5) | William Boman | 2022-07-07 | 1 | -1/+1 | |
| | | ||||||
| * | run autogen_metadata.lua (#6) | williambotman[bot] | 2022-07-07 | 1 | -1/+1 | |
| | | ||||||
| * | fix(go): strip wildcard specifier from package names when necessary (#4) | William Boman | 2022-07-07 | 1 | -4/+11 | |
| | | ||||||
| * | docs: highlight this still being in alpha stage (#3) | William Boman | 2022-07-07 | 1 | -0/+7 | |
| | | ||||||
| * | fix(mason-lspconfig): fix incorrect require path | William Boman | 2022-07-07 | 1 | -15/+17 | |
| | | ||||||
| * | chore: some cleanup | William Boman | 2022-07-07 | 1 | -12/+0 | |
| | | ||||||
| * | fix(ui): display correct keybinding for language filter | William Boman | 2022-07-07 | 1 | -1/+4 | |
| | | ||||||
| * | feat(ui): add sticky cursor to installing and queued packages | William Boman | 2022-07-07 | 1 | -34/+36 | |
| | | ||||||
| * | fix(ui): only hydrate detailed package state on first expansion | William Boman | 2022-07-07 | 1 | -74/+86 | |
| | | | | | | | | | | This is to avoid overloading the system with background processes should the user have fallen asleep on the Enter key (also, it's somewhat unnecessary to "rehydrate" this state). This state is also already automatically rehydrated when the package is reinstalled. | |||||
| * | style: run stylua | William Boman | 2022-07-07 | 1 | -8/+4 | |
| | | ||||||
| * | refactor(ui): remove disk space calculation for now | William Boman | 2022-07-07 | 1 | -20/+4 | |
| | | | | | This needs to be throttled. | |||||
