diff --git a/lua/config/lspconfig.lua b/lua/config/lspconfig.lua index 15777bd..7ad3f47 100644 --- a/lua/config/lspconfig.lua +++ b/lua/config/lspconfig.lua @@ -74,6 +74,12 @@ M.server_settings = { command = "clippy" } } + }, + + pyright = { + python = { + pythonPath = "python3" + } } }