|
@@ -8,7 +8,15 @@ require'lspconfig'.pyright.setup {
|
|
|
signs = O.python.diagnostics.signs,
|
|
|
underline = O.python.diagnostics.underline,
|
|
|
update_in_insert = true
|
|
|
-
|
|
|
})
|
|
|
+ },
|
|
|
+ settings = {
|
|
|
+ python = {
|
|
|
+ analysis = {
|
|
|
+ typeCheckingMode = O.python.analysis.type_checking,
|
|
|
+ autoSearchPaths = O.python.analysis.auto_search_paths,
|
|
|
+ useLibraryCodeForTypes = O.python.analysis.use_library_code_types
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|