This commit is contained in:
ch1bs 2024-08-03 22:32:59 +03:00
parent d1a430248a
commit c779245033
3 changed files with 43 additions and 2 deletions

View file

@ -8,7 +8,8 @@ return {
lint.linters_by_ft = {
markdown = { 'markdownlint' },
}
local flake8 = lint.linters.flake8
flake8.cmd = "flake8 --max-line-length 120"
-- To allow other plugins to add linters to require('lint').linters_by_ft,
-- instead set linters_by_ft like this:
-- lint.linters_by_ft = lint.linters_by_ft or {}