mine-hyprdots/nvim/lua/plugins/lsp/lspconfig.lua

8 lines
158 B
Lua
Raw Normal View History

2025-06-23 02:13:06 -04:00
require("lspconfig").pyright.setup({
settings = {
python = {
pythonPath = "/Users/tiffanywhite/.pyenv/versions/3.10.4/bin/python",
},
},
})