mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
10 lines
115 B
Lua
10 lines
115 B
Lua
return {
|
|
settings = {
|
|
python = {
|
|
analysis = {
|
|
typeCheckingMode = "off",
|
|
},
|
|
},
|
|
},
|
|
}
|