aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/managers/pip3/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor!: remove old managers (#1497)William Boman2025-02-161-173/+0
|
* feat: don't use vim.g.python3_host_prog as a candidate for python (#1606)William Boman2024-01-211-3/+1
| | | | This is inconsistent with how other system dependencies are resolved and is not documented anywhere.
* refactor: only schedule in a.scheduler() when in fast event (#1170)William Boman2023-04-021-3/+1
| | | Explicitly schedule via `a.wait(vim.schedule)` instead.
* style: enforce import order (#1092)William Boman2023-03-121-5/+5
| | | | | * chore(workflows): update dependencies * style: enforce import order
* feat(pip): add setting to upgrade pip before installing packages (#671)William Boman2022-11-161-0/+12
| | | Closes #616.
* feat: add provider interface (#601)William Boman2022-10-301-28/+20
|
* fix(pip3): expand python3_host_prog path (#519)William Boman2022-10-061-2/+8
| | | Fixes #505.
* feat: more competent platform detection (#436)William Boman2022-09-171-3/+3
|
* refactor: introduce selene, harden type defs, and use proper EmmyLua syntax ↵William Boman2022-08-151-6/+6
| | | | (#296)
* fix: remove unused .env() functions (#105)William Boman2022-07-211-8/+0
|
* chore: change emmylua annotation syntax from @ to : for comments (#73)William Boman2022-07-141-2/+2
|
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-081-0/+175
* refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module