1
0

specify to use python3

This commit is contained in:
Rokas Puzonas 2023-05-11 17:31:02 +03:00
parent 8cbd95bc39
commit c307f0c2ee

View File

@ -74,6 +74,12 @@ M.server_settings = {
command = "clippy" command = "clippy"
} }
} }
},
pyright = {
python = {
pythonPath = "python3"
}
} }
} }