mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-11-01 05:25:24 +00:00
11 lines
111 B
Lua
11 lines
111 B
Lua
|
return {
|
||
|
settings = {
|
||
|
|
||
|
python = {
|
||
|
analysis = {
|
||
|
typeCheckingMode = "off"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
}
|