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