Update nvim configs

This commit is contained in:
tiff 2025-06-23 02:13:06 -04:00
parent 36ebc52eee
commit 3078d83c57
4 changed files with 81 additions and 23 deletions

View file

@ -0,0 +1,7 @@
require("lspconfig").pyright.setup({
settings = {
python = {
pythonPath = "/Users/tiffanywhite/.pyenv/versions/3.10.4/bin/python",
},
},
})