diff --git a/lua/plugins/lang/python.lua b/lua/plugins/lang/python.lua index 96183a0..aa13892 100644 --- a/lua/plugins/lang/python.lua +++ b/lua/plugins/lang/python.lua @@ -3,7 +3,9 @@ return { "neovim/nvim-lspconfig", opts = { my_servers = { - pylsp = {}, + pylsp = { + cmd = { "uv", "run", "pylsp" }, + }, }, }, },