Compare commits
No commits in common. "c160396483cd0ff50736c5c1be4ef32242b594d7" and "6e87f6360aba0c0fa2deb8b9eb9d8fad5b51dc03" have entirely different histories.
c160396483
...
6e87f6360a
1 changed files with 16 additions and 14 deletions
|
@ -76,20 +76,22 @@ return {
|
||||||
marksman = {},
|
marksman = {},
|
||||||
nil_ls = {},
|
nil_ls = {},
|
||||||
basedpyright = {
|
basedpyright = {
|
||||||
analysis = {
|
python = {
|
||||||
autoImportCompletions = true,
|
analysis = {
|
||||||
autoSearchPaths = true,
|
autoImportCompletions = true,
|
||||||
diagnosticMode = "openFilesOnly",
|
autoSearchPaths = true,
|
||||||
reportMissingImports = true,
|
diagnosticMode = "workspace",
|
||||||
reportMissingParameterType = true,
|
reportMissingImports = true,
|
||||||
reportUnnecessaryComparison = true,
|
reportMissingParameterType = true,
|
||||||
reportUnnecessaryContains = true,
|
reportUnnecessaryComparison = true,
|
||||||
reportUnusedClass = true,
|
reportUnnecessaryContains = true,
|
||||||
reportUnusedFunction = true,
|
reportUnusedClass = true,
|
||||||
reportUnsedImports = true,
|
reportUnusedFunction = true,
|
||||||
reportUnsusedVariables = true,
|
reportUnsedImports = true,
|
||||||
typeCheckingMode = "all",
|
reportUnsusedVariables = true,
|
||||||
useLibraryCodeForTypes = true,
|
typeCheckingMode = "all",
|
||||||
|
useLibraryCodeForTypes = true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
rust_analyzer = {
|
rust_analyzer = {
|
||||||
|
|
Loading…
Reference in a new issue