Use uv for python language server

This commit is contained in:
Ryan El Kochta 2025-12-28 15:05:39 -05:00
parent fc70aa6d49
commit bc7e734778

View file

@ -3,7 +3,9 @@ return {
"neovim/nvim-lspconfig",
opts = {
my_servers = {
pylsp = {},
pylsp = {
cmd = { "uv", "run", "pylsp" },
},
},
},
},