Open
Description
I've searched open issues for similar requests
- Yes
Is your feature request related to a problem? Please describe.
Package resolution of python packages can be quite slow, especially for tools like sqlfluff.
Describe the solution you'd like
In the settings for python, add using uv as an alternative option, which will install packages using uv
instead of the native pip.
opts = { pip = { use_uv = true } } }
Describe potential alternatives you've considered
All other resolvers are about as fast as pip so this is the only alternative.
Additional context
No response