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