aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/core/managers/pip3
Commit message (Collapse)AuthorAgeFilesLines
* mason.nvimWilliam Boman2022-07-071-160/+0
|
* refactor(pip3): use with_paths to set venv path (#736)William Boman2022-05-301-6/+3
|
* fix(spawn): avoid spawning commands that aren't on PATH (#706)William Boman2022-05-171-0/+3
| | | | 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.
* chore(functional): restructure and extend functional modules (#703)William Boman2022-05-171-9/+7
|
* chore: further decouple module structure (#685)William Boman2022-05-111-11/+12
|
* chore: refactor remaining installers to async impl (#616)William Boman2022-04-211-3/+3
|
* make install context available via coroutine context (#586)William Boman2022-04-111-32/+49
|
* fix(pip3): always use normalized "python" executable with venv-enhanced path ↵William Boman2022-04-061-2/+2
| | | | (#577)
* switch majority of installers to async implementation (#574)William Boman2022-04-061-2/+2
|
* add async managers (#536)William Boman2022-03-261-0/+144