1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2026-05-14 10:29:29 +00:00

[neovim] Remove basedpyright conf

This commit is contained in:
2026-05-07 21:03:12 +02:00
parent 2380eb3d8e
commit 7884d94bb8
@@ -1,20 +0,0 @@
return {
settings = {
basedpyright = {
analysis = {
autoSearchPaths = true,
useLibraryCodeForTypes = true,
autoImportCompletions = true,
diagnosticsMode = "openFilesOnly", -- workspace, openFilesOnly
typeCheckingMode = "standard", -- off, basic, standard, strict, all
diagnosticSeverityOverrides = {
-- reportAny = true
reportOptionalIterable = "warning",
reportArgumentType = "warning",
reportAssignmentType = "warning",
reportIndexIssue = "warning",
},
},
},
},
}