Compare commits

..

2 commits

View file

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