Add files via upload

This commit is contained in:
Pgolik 2024-06-03 08:47:59 +02:00 committed by pgolik
parent 892fdd4c1c
commit 48b1b8609a

View file

@ -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 {}