Use uv for python language server
This commit is contained in:
parent
fc70aa6d49
commit
bc7e734778
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,9 @@ return {
|
|||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
my_servers = {
|
||||
pylsp = {},
|
||||
pylsp = {
|
||||
cmd = { "uv", "run", "pylsp" },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue