7 lines
158 B
Lua
7 lines
158 B
Lua
require("lspconfig").pyright.setup({
|
|
settings = {
|
|
python = {
|
|
pythonPath = "/Users/tiffanywhite/.pyenv/versions/3.10.4/bin/python",
|
|
},
|
|
},
|
|
})
|