Compare commits

..

No commits in common. "c160396483cd0ff50736c5c1be4ef32242b594d7" and "6e87f6360aba0c0fa2deb8b9eb9d8fad5b51dc03" have entirely different histories.

View file

@ -76,10 +76,11 @@ return {
marksman = {}, marksman = {},
nil_ls = {}, nil_ls = {},
basedpyright = { basedpyright = {
python = {
analysis = { analysis = {
autoImportCompletions = true, autoImportCompletions = true,
autoSearchPaths = true, autoSearchPaths = true,
diagnosticMode = "openFilesOnly", diagnosticMode = "workspace",
reportMissingImports = true, reportMissingImports = true,
reportMissingParameterType = true, reportMissingParameterType = true,
reportUnnecessaryComparison = true, reportUnnecessaryComparison = true,
@ -92,6 +93,7 @@ return {
useLibraryCodeForTypes = true, useLibraryCodeForTypes = true,
}, },
}, },
},
rust_analyzer = { rust_analyzer = {
diagnostics = { diagnostics = {
enable = true, enable = true,