aboutsummaryrefslogtreecommitdiffstats
path: root/tests/core/managers
Commit message (Collapse)AuthorAgeFilesLines
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-0811-1638/+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-072-18/+22
|
* mason.nvimWilliam Boman2022-07-0711-230/+172
|
* added wgsl_analyzer server (#719)Dmitry Kudryavtsev2022-06-011-0/+17
|
* refactor(pip3): use with_paths to set venv path (#736)William Boman2022-05-301-21/+16
|
* feat(luarocks): use luarocks.bat executable if it's available (#731)William Boman2022-05-291-11/+21
| | | Closes #726.
* test(luarock): stub std.ensure_executable (#725)William Boman2022-05-271-2/+6
|
* test(luarocks): add more test casesWilliam Boman2022-05-271-0/+48
|
* feat: add teal_ls (#724)William Boman2022-05-271-0/+52
| | | Closes #723.
* fix(spawn): avoid spawning commands that aren't on PATH (#706)William Boman2022-05-171-0/+4
| | | | This is primarily done to avoid cluttering the log file with a bunch of ERROR entries. Also avoids unnecessary roundtrips to uv_spawn, I guess.
* fix(go): target the @latest version when checking if package is outdated (#700)William Boman2022-05-131-7/+2
|
* fix(github): allow looking for prereleases (#699)William Boman2022-05-131-0/+41
|
* chore(tests): use assert.same instead of abusing vim.inspect + assert.equalWilliam Boman2022-05-069-204/+132
|
* chore: refactor remaining installers to async impl (#616)William Boman2022-04-213-18/+21
|
* make install context available via coroutine context (#586)William Boman2022-04-119-32/+58
|
* fix(pip3): always use normalized "python" executable with venv-enhanced path ↵William Boman2022-04-061-6/+8
| | | | (#577)
* add async managers (#536)William Boman2022-03-269-0/+1559