mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-01-11 09:16:46 +00:00
10 lines
99 B
Lua
10 lines
99 B
Lua
|
return {
|
||
|
settings = {
|
||
|
python = {
|
||
|
analysis = {
|
||
|
typeCheckingMode = "off",
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}
|