1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-04-19 18:59:49 +00:00
2023-03-12 13:58:45 +01:00

11 lines
132 B
Lua

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