mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-01 18:39:27 +00:00
[neovim] Update dependencies
This commit is contained in:
@ -8,13 +8,14 @@ return {
|
||||
diagnosticsMode = "openFilesOnly", -- workspace, openFilesOnly
|
||||
diagnosticSeverityOverrides = {
|
||||
typeCheckingMode = "standard", -- off, basic, standard, strict, all
|
||||
reportGeneralTypeIssues = "information",
|
||||
reportAny = false,
|
||||
reportDeprecated = "information",
|
||||
reportMissingTypeStubs = "information",
|
||||
reportOptionalIterable = "information",
|
||||
reportUnknownMemberType = "information",
|
||||
reportUnknownVariableType = "information",
|
||||
reportArgumentType = "information",
|
||||
reportIndexIssues = "information",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user