mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-15 05:41:13 +00:00
10 lines
99 B
Lua
10 lines
99 B
Lua
|
return {
|
||
|
settings = {
|
||
|
python = {
|
||
|
analysis = {
|
||
|
typeCheckingMode = "off",
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}
|