mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 12:03:52 +00:00
12 lines
282 B
Lua
12 lines
282 B
Lua
return {
|
|
settings = {
|
|
python = {
|
|
analysis = {
|
|
typeCheckingMode = 'basic',
|
|
autoSearchPaths = true,
|
|
useLibraryCodeForTypes = true,
|
|
diagnosticMode = 'workspace',
|
|
},
|
|
},
|
|
},
|
|
}
|