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