williamboman / mason.nvim

Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
Apache License 2.0
7.22k stars 258 forks source link

Make stock python a high priority #1736

Open cih9088 opened 2 weeks ago

cih9088 commented 2 weeks ago

Make stock python a go-to choice rather than specific version if stock python is supported version.

Rationale

When a user activates a virtual environment, one assumes that all python thingies happen on their virtual environment python, not the system python.