index
:
mason
chrisgrieser-patch-1
main
release-please--branches--main--components--mason.nvim
v1.x
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lua
/
nvim-lsp-installer
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
mason.nvim
William Boman
2022-07-07
42
-4605
/
+0
*
chore: update some logging (#761)
William Boman
2022-06-08
2
-1
/
+3
*
feat(ui): add setting to customize window border (#754)
William Boman
2022-06-06
1
-5
/
+6
*
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
5
-3
/
+18
*
added wgsl_analyzer server (#719)
Dmitry Kudryavtsev
2022-06-01
1
-1
/
+11
*
refactor(ui): improve autoclose logic and update install dir label (#743)
William Boman
2022-06-01
1
-3
/
+17
*
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
*
feat(luarocks): use luarocks.bat executable if it's available (#731)
William Boman
2022-05-29
2
-6
/
+9
*
refactor(health): spawn processes via the spawn module (#732)
William Boman
2022-05-29
2
-0
/
+17
*
refactor: use new github.download_release_file function (#728)
William Boman
2022-05-28
1
-0
/
+8
*
test(luarocks): add more test cases
William Boman
2022-05-27
1
-0
/
+1
*
feat: add teal_ls (#724)
William Boman
2022-05-27
5
-3
/
+153
*
fix(spawn): don't check executable when spawning with custom PATH (#721)
William Boman
2022-05-26
2
-2
/
+2
*
fix(ui): setlocal undolevels=-1
William Boman
2022-05-25
1
-0
/
+1
*
ui: remove borders & change heading style (#713)
William Boman
2022-05-23
1
-1
/
+1
*
feat(github): add setting to customize asset download url (#711)
William Boman
2022-05-21
1
-1
/
+2
*
feat(lspinfo): check that .setup() has been called to consider cmd executable...
William Boman
2022-05-19
3
-0
/
+19
*
fix(erlangls): follow git tags (#708)
William Boman
2022-05-19
2
-6
/
+35
*
fix(spawn): avoid spawning commands that aren't on PATH (#706)
William Boman
2022-05-17
2
-5
/
+32
*
chore(functional): restructure and extend functional modules (#703)
William Boman
2022-05-17
17
-307
/
+454
*
fix(go): target the @latest version when checking if package is outdated (#700)
William Boman
2022-05-13
1
-4
/
+3
*
fix(github): allow looking for prereleases (#699)
William Boman
2022-05-13
2
-14
/
+86
*
fix(github): fix bad boolean logic
William Boman
2022-05-13
1
-1
/
+1
*
feat(health): check GitHub rate limit (#697)
William Boman
2022-05-13
1
-0
/
+9
*
feat(github): add `include_prerelease` option to `fetch_latest_release`
William Boman
2022-05-13
2
-5
/
+9
*
ui: reset outdated server flag after any kind of server install/uninstall int...
William Boman
2022-05-13
2
-2
/
+2
*
feat(ui): use diagnostics to show some messages (#694)
William Boman
2022-05-13
2
-173
/
+182
*
feat: patch :LspInfo's "cmd is executable" diagnostic message (#691)
William Boman
2022-05-12
1
-0
/
+25
*
chore: further decouple module structure (#685)
William Boman
2022-05-11
26
-165
/
+1485
*
fix(github): fix bad ternary expression
William Boman
2022-05-05
1
-1
/
+6
*
fix(hls): download archive from downloads.haskell.org (#651)
William Boman
2022-05-01
2
-4
/
+33
*
feat(receipt): add "github_release" type (#650)
William Boman
2022-05-01
2
-21
/
+46
*
fix(github): provide correct filename to gunzip (#625)
Elio
2022-04-23
1
-5
/
+3
*
chore: refactor remaining installers to async impl (#616)
William Boman
2022-04-21
14
-58
/
+369
*
fix(spawn): recursively parse arglist (#610)
William Boman
2022-04-18
1
-7
/
+12
*
fix(async): slightly better support for nested coroutine contexts (#600)
William Boman
2022-04-16
4
-14
/
+37
*
feat(async): add a.wait_all (#596)
William Boman
2022-04-13
1
-5
/
+76
*
feat(fetch): add ability to download file instead of writing to stdout
William Boman
2022-04-12
1
-7
/
+21
*
more async refactor (#587)
William Boman
2022-04-11
13
-224
/
+236
*
fix(installer): always clean up tmp install dir
William Boman
2022-04-11
1
-1
/
+3
*
fix(spawn): fix Failure.tostring when unable to retrieve uv_handle
William Boman
2022-04-11
1
-1
/
+5
*
make install context available via coroutine context (#586)
William Boman
2022-04-11
11
-224
/
+383
*
fix(r_language_server): run install script via stdin (#578)
William Boman
2022-04-06
3
-14
/
+23
*
fix(pip3): always use normalized "python" executable with venv-enhanced path ...
William Boman
2022-04-06
1
-2
/
+2
*
switch majority of installers to async implementation (#574)
William Boman
2022-04-06
7
-82
/
+153
*
fix(go): correct template string
William Boman
2022-03-26
1
-1
/
+1
*
fix(go): specify correct executable when checking version
William Boman
2022-03-26
1
-1
/
+2
*
add async managers (#536)
William Boman
2022-03-26
16
-9
/
+1298
[next]