mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-10 11:51:11 +00:00
11 lines
132 B
Lua
11 lines
132 B
Lua
|
return {
|
||
|
settings = {
|
||
|
python = {
|
||
|
analysis = {
|
||
|
autoSearchPaths = true,
|
||
|
useLibraryCodeForTypes = true,
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}
|