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,10 +76,11 @@ return {
|
|||
marksman = {},
|
||||
nil_ls = {},
|
||||
basedpyright = {
|
||||
python = {
|
||||
analysis = {
|
||||
autoImportCompletions = true,
|
||||
autoSearchPaths = true,
|
||||
diagnosticMode = "openFilesOnly",
|
||||
diagnosticMode = "workspace",
|
||||
reportMissingImports = true,
|
||||
reportMissingParameterType = true,
|
||||
reportUnnecessaryComparison = true,
|
||||
|
@ -92,6 +93,7 @@ return {
|
|||
useLibraryCodeForTypes = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
rust_analyzer = {
|
||||
diagnostics = {
|
||||
enable = true,
|
||||
|
|
Loading…
Reference in a new issue