nvim-lint: ignore errors
This commit is contained in:
parent
a5400c3e52
commit
7c918ec18c
2 changed files with 2 additions and 2 deletions
2
init.lua
2
init.lua
|
|
@ -178,7 +178,7 @@ lint.linters_by_ft = linters
|
|||
-- set autocommands --
|
||||
vim.api.nvim_create_autocmd({ "BufWritePost" }, {
|
||||
callback = function()
|
||||
lint.try_lint()
|
||||
lint.try_lint(nil, {ignore_errors=true})
|
||||
end,
|
||||
})
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit b16e6e424ddfb12d4b3a699c1dc41ba0f3b503da
|
||||
Subproject commit 2a9969a09d8456104d7954b67ee6667d6645c71a
|
||||
Loading…
Add table
Reference in a new issue