| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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. | |||||
| * | chore: s/package/pkg/ | William Boman | 2022-07-07 | 13 | -70/+70 | |
| | | | | | As to not accidentally access the actual package global 😬 | |||||
| * | feat(ui): implement keybind to update all outdated packages | William Boman | 2022-07-07 | 1 | -7/+27 | |
| | | ||||||
| * | fix(ui): some ui improvements | William Boman | 2022-07-07 | 2 | -13/+42 | |
| | | ||||||
| * | style: run stylua | William Boman | 2022-07-07 | 59 | -555/+666 | |
| | | ||||||
| * | chore: adjust some remnants of nvim-lsp-installer | William Boman | 2022-07-07 | 3 | -16/+12 | |
| | | ||||||
| * | fix(logs): use 0.7-compatible stdpath | William Boman | 2022-07-07 | 1 | -1/+1 | |
| | | ||||||
| * | mason.nvim | William Boman | 2022-07-07 | 418 | -7186/+7463 | |
| | | ||||||
| * | feat(health): use stderr for java version, also check for JAVA_HOME (#765) | William Boman | 2022-06-09 | 1 | -1/+11 | |
| | | ||||||
| * | feat: add svlangserver (#762) | William Boman | 2022-06-08 | 5 | -3/+22 | |
| | | | | Closes #747. | |||||
| * | chore: update some logging (#761) | William Boman | 2022-06-08 | 4 | -3/+5 | |
| | | | | | | * chore: update some logging * docs: add section about known errors | |||||
| * | feat: add marksman (#760) | William Boman | 2022-06-07 | 5 | -3/+42 | |
| | | | | Closes #759. | |||||
| * | feat: add visualforce_ls (#748) | William Boman | 2022-06-06 | 5 | -1/+55 | |
| | | ||||||
| * | docs: remove nvim-lsp-installer.servers helptag (#755) | William Boman | 2022-06-06 | 2 | -2/+0 | |
| | | | | | All interactions from userland should preferably go through require("nvim-lsp-installer"). | |||||
| * | feat(ui): add setting to customize window border (#754) | William Boman | 2022-06-06 | 4 | -6/+11 | |
| | | | | Closes #752. | |||||
| * | fix(platform): memoize .get_libc() ret val (#753) | William Boman | 2022-06-06 | 1 | -14/+13 | |
| | | ||||||
| * | feat: add apex_ls (#746) | William Boman | 2022-06-03 | 9 | -3/+67 | |
| | | | | Closes #701. | |||||
| * | added wgsl_analyzer server (#719) | Dmitry Kudryavtsev | 2022-06-01 | 5 | -1/+35 | |
| | | ||||||
| * | refactor(grammarly): use new official package (#720) | William Boman | 2022-06-01 | 1 | -1/+1 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-06-01 | 1 | -1/+1 | |
| | | ||||||
| * | refactor(ui): improve autoclose logic and update install dir label (#743) | William Boman | 2022-06-01 | 2 | -4/+18 | |
| | | ||||||
| * | chore(health): use vim.health if available | William Boman | 2022-06-01 | 1 | -1/+1 | |
| | | ||||||
| * | fix(julials): improve environment detection and set JULIA_LOAD_PATH (#740) | William Boman | 2022-06-01 | 2 | -20/+59 | |
| | | ||||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-05-31 | 2 | -2/+2 | |
| | | ||||||
| * | chore(log): always use "cache" stdpath (#739) | William Boman | 2022-05-30 | 1 | -1/+1 | |
| | | | | Closes #738. | |||||
| * | run autogen_metadata.lua | William Boman (automated) | 2022-05-30 | 1 | -1/+1 | |
| | | ||||||
| * | refactor: specify commands independently, not via lspconfig (#737) | William Boman | 2022-05-30 | 5 | -76/+110 | |
| | | | | | | | | | | | This is not a desirable solution, but it's better than as-is. There's a couple of reasons for this: 1) lspconfig only enables these commands upon successful attachment of servers, which doesn't really fit their use case. 2) We gain direct access to new Lua APIs for defining user commands, allowing us to leverage Lua callbacks and functions instead of intermediary global variables. | |||||
| * | refactor(pip3): use with_paths to set venv path (#736) | William Boman | 2022-05-30 | 2 | -7/+4 | |
| | | ||||||
| * | refactor(async): log errors that occur inside a.scope blocks (#735) | William Boman | 2022-05-30 | 1 | -1/+5 | |
| | | | | These are otherwise completely silenced. | |||||
| * | fix(log): fix evaluation of has() result | William Boman | 2022-05-29 | 1 | -1/+1 | |
| | | ||||||
| * | fix(log): check is has nvim-0.8.0 before accessing stdpath("state") | William Boman | 2022-05-29 | 1 | -1/+4 | |
| | | ||||||
| * | chore: use stdpath("state") for logs | William Boman | 2022-05-29 | 1 | -1/+1 | |
| | | ||||||
| * | feat(luarocks): use luarocks.bat executable if it's available (#731) | William Boman | 2022-05-29 | 4 | -8/+23 | |
| | | | | Closes #726. | |||||
| * | refactor(health): spawn processes via the spawn module (#732) | William Boman | 2022-05-29 | 3 | -52/+58 | |
| | | ||||||
| * | feat(ltex): use platform independent dist if java is installed (#730) | William Boman | 2022-05-28 | 1 | -21/+49 | |
| | | | | Closes #717. | |||||
| * | Revert "refactor(solang): don't download llvm (#729)" | William Boman | 2022-05-28 | 1 | -16/+48 | |
| | | | | | | | | This reverts commit e65ef77e6cc12c68b28b5fe65758e6d09d64b96d. This is reverted because solang actually requires a patched version of llvm. | |||||
