Add files via upload

pull/1585/head
Pgolik 1 year ago committed by pgolik
parent 892fdd4c1c
commit 48b1b8609a

@ -6,9 +6,9 @@ return {
config = function()
local lint = require 'lint'
lint.linters_by_ft = {
python = { 'pylint' },
markdown = { 'markdownlint' },
}
-- 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 {}

Loading…
Cancel
Save