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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix(go): improve parsing package mod (#197)
William Boman
2022-07-30
1
-0
/
+1
*
feat: add luaformatter (#116)
William Boman
2022-07-22
1
-0
/
+22
*
refactor!: extract mason-lspconfig to separate plugin (#109)
William Boman
2022-07-22
3
-225
/
+0
*
chore: update generated code (#99)
williambotman[bot]
2022-07-19
2
-1
/
+3
*
docs: update mason-lspconfig.setup_handlers() docs & add some tests (#94)
William Boman
2022-07-17
1
-0
/
+46
*
fix(mason-lspconfig): deduplicate :LspInstall completion items (#88)
William Boman
2022-07-17
1
-0
/
+5
*
fix(jdtls): download milestone versions instead of snapshots (#87)
William Boman
2022-07-17
1
-10
/
+0
*
feat(mason-lspconfig): add get_installed_servers() method & add more tests (#84)
William Boman
2022-07-16
4
-1
/
+169
*
chore: change emmylua annotation syntax from @ to : for comments (#73)
William Boman
2022-07-14
1
-2
/
+2
*
tests: add some mason-core.package tests (#69)
William Boman
2022-07-13
2
-0
/
+159
*
refactor(api): change signatures to accept list of packages (#68)
William Boman
2022-07-13
1
-3
/
+3
*
tests: add some InstallHandle tests (#67)
William Boman
2022-07-13
2
-0
/
+100
*
fix(api): fix the :MasonUninstall command (#66)
William Boman
2022-07-13
3
-0
/
+92
*
feat(mason-lspconfig): add :LspInstall and :LspUninstall commands (#35)
William Boman
2022-07-08
3
-2
/
+14
*
refactor: add mason-schemas and mason-core modules (#29)
William Boman
2022-07-08
35
-87
/
+87
*
refactor: move packages to mason-registry (#27)
William Boman
2022-07-08
2
-5
/
+4
*
feat: add delve and go-debug-adapter (#7)
William Boman
2022-07-07
1
-13
/
+14
*
fix(go): strip wildcard specifier from package names when necessary (#4)
William Boman
2022-07-07
1
-2
/
+9
*
test(async): fix flaky test
William Boman
2022-07-07
1
-3
/
+2
*
style: more stylua
William Boman
2022-07-07
3
-22
/
+25
*
chore: adjust some remnants of nvim-lsp-installer
William Boman
2022-07-07
1
-26
/
+13
*
mason.nvim
William Boman
2022-07-07
45
-888
/
+570
*
docs: remove nvim-lsp-installer.servers helptag (#755)
William Boman
2022-06-06
1
-1
/
+0
*
feat: add apex_ls (#746)
William Boman
2022-06-03
2
-0
/
+13
*
added wgsl_analyzer server (#719)
Dmitry Kudryavtsev
2022-06-01
1
-0
/
+17
*
refactor(pip3): use with_paths to set venv path (#736)
William Boman
2022-05-30
1
-21
/
+16
*
feat(luarocks): use luarocks.bat executable if it's available (#731)
William Boman
2022-05-29
1
-11
/
+21
*
refactor(health): spawn processes via the spawn module (#732)
William Boman
2022-05-29
1
-0
/
+11
*
test(luarock): stub std.ensure_executable (#725)
William Boman
2022-05-27
1
-2
/
+6
*
test(luarocks): add more test cases
William Boman
2022-05-27
1
-0
/
+48
*
feat: add teal_ls (#724)
William Boman
2022-05-27
3
-0
/
+65
*
fix(spawn): don't check executable when spawning with custom PATH (#721)
William Boman
2022-05-26
1
-1
/
+28
*
fix(ui): setlocal undolevels=-1
William Boman
2022-05-25
1
-1
/
+2
*
fix(test): increase grace period in flaky test
William Boman
2022-05-19
1
-1
/
+1
*
feat(lspinfo): check that .setup() has been called to consider cmd executable...
William Boman
2022-05-19
2
-0
/
+15
*
tests(spawn): fix bad test name and add missing case
William Boman
2022-05-17
1
-1
/
+14
*
fix(spawn): avoid spawning commands that aren't on PATH (#706)
William Boman
2022-05-17
2
-1
/
+17
*
chore(functional): restructure and extend functional modules (#703)
William Boman
2022-05-17
10
-247
/
+437
*
fix(go): target the @latest version when checking if package is outdated (#700)
William Boman
2022-05-13
1
-7
/
+2
*
fix(github): allow looking for prereleases (#699)
William Boman
2022-05-13
2
-0
/
+83
*
feat(ui): use diagnostics to show some messages (#694)
William Boman
2022-05-13
1
-7
/
+18
*
feat: patch :LspInfo's "cmd is executable" diagnostic message (#691)
William Boman
2022-05-12
1
-0
/
+39
*
chore: remove old test
William Boman
2022-05-11
2
-25
/
+0
*
chore: further decouple module structure (#685)
William Boman
2022-05-11
11
-45
/
+77
*
chore: remove deprecated modules (#682)
William Boman
2022-05-10
1
-1
/
+0
*
chore(tests): use assert.same instead of abusing vim.inspect + assert.equal
William Boman
2022-05-06
13
-313
/
+223
*
feat(platform): add convenience API for detecting OS + arch (#653)
William Boman
2022-05-01
1
-1
/
+23
*
feat: allow excluding servers from automatic installation (#643)
William Boman
2022-04-30
4
-2
/
+129
*
fix middleware_spec tests
William Boman
2022-04-29
1
-20
/
+53
*
feat: integrate with lspconfig's on_setup hook (#631)
William Boman
2022-04-27
2
-10
/
+45
[next]