1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-09-19 23:22:38 +00:00
dotfiles/.config/nvim/lua/plugins/lsp/settings/pyright.lua

11 lines
132 B
Lua
Raw Normal View History

2023-03-12 12:58:45 +00:00
return {
settings = {
python = {
analysis = {
autoSearchPaths = true,
useLibraryCodeForTypes = true,
},
},
},
}