mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2024-12-13 13:30:41 +00:00
10 lines
115 B
Lua
10 lines
115 B
Lua
|
return {
|
||
|
settings = {
|
||
|
python = {
|
||
|
analysis = {
|
||
|
typeCheckingMode = "off",
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}
|