dotfiles/config/nvim/lua/lsp/providers/pyright.lua
2021-11-28 22:27:34 +02:00

8 lines
121 B
Lua

return {
python = {
analysis = {
autoSearchPaths = true,
useLibraryCodeForTypes = false,
},
},
}