1
0
Fork 0

nvim-lint: ignore errors

This commit is contained in:
Felipe 2023-04-07 20:05:02 -04:00
parent a5400c3e52
commit 7c918ec18c
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk
2 changed files with 2 additions and 2 deletions

View file

@ -178,7 +178,7 @@ lint.linters_by_ft = linters
-- set autocommands -- -- set autocommands --
vim.api.nvim_create_autocmd({ "BufWritePost" }, { vim.api.nvim_create_autocmd({ "BufWritePost" }, {
callback = function() callback = function()
lint.try_lint() lint.try_lint(nil, {ignore_errors=true})
end, end,
}) })

@ -1 +1 @@
Subproject commit b16e6e424ddfb12d4b3a699c1dc41ba0f3b503da Subproject commit 2a9969a09d8456104d7954b67ee6667d6645c71a