1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 19:49:25 +00:00

[neovim] Update dependencies

This commit is contained in:
2024-04-13 19:03:34 +02:00
parent f29bfc1859
commit e113aa7cfb
5 changed files with 26 additions and 30 deletions

View File

@ -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",
},
},
},

View File

@ -4,6 +4,7 @@ require("nvim-treesitter.configs").setup({
"markdown",
"markdown_inline",
"bash",
"diff",
"python",
"go",
"gomod",