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() config = function()
local lint = require 'lint' local lint = require 'lint'
lint.linters_by_ft = { lint.linters_by_ft = {
python = { 'pylint' },
markdown = { 'markdownlint' }, markdown = { 'markdownlint' },
} }
-- To allow other plugins to add linters to require('lint').linters_by_ft, -- To allow other plugins to add linters to require('lint').linters_by_ft,
-- instead set linters_by_ft like this: -- instead set linters_by_ft like this:
-- lint.linters_by_ft = lint.linters_by_ft or {} -- lint.linters_by_ft = lint.linters_by_ft or {}