Update nvim configs
This commit is contained in:
parent
36ebc52eee
commit
3078d83c57
4 changed files with 81 additions and 23 deletions
7
nvim/lua/plugins/lsp/lspconfig.lua
Normal file
7
nvim/lua/plugins/lsp/lspconfig.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
require("lspconfig").pyright.setup({
|
||||
settings = {
|
||||
python = {
|
||||
pythonPath = "/Users/tiffanywhite/.pyenv/versions/3.10.4/bin/python",
|
||||
},
|
||||
},
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue