aboutsummaryrefslogtreecommitdiffstats
path: root/tests/core/managers/go_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-081-174/+0
| | | | | * refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module
* feat: add delve and go-debug-adapter (#7)William Boman2022-07-071-13/+14
| | | | | | | * feat: add delve and go-debug-adapter * fix(go): more package and mod mangling * fix(ui): fix hydrating package state after reinstallation
* fix(go): strip wildcard specifier from package names when necessary (#4)William Boman2022-07-071-2/+9
|
* style: more styluaWilliam Boman2022-07-071-17/+21
|
* mason.nvimWilliam Boman2022-07-071-28/+20
|
* fix(go): target the @latest version when checking if package is outdated (#700)William Boman2022-05-131-7/+2
|
* chore(tests): use assert.same instead of abusing vim.inspect + assert.equalWilliam Boman2022-05-061-34/+22
|
* chore: refactor remaining installers to async impl (#616)William Boman2022-04-211-10/+9
|
* make install context available via coroutine context (#586)William Boman2022-04-111-2/+3
|
* add async managers (#536)William Boman2022-03-261-0/+187