Add files via upload

This commit is contained in:
Pgolik 2024-11-14 07:35:41 +01:00 committed by pgolik
parent 17dbd4e43b
commit 52730ba272
2 changed files with 31 additions and 228 deletions

View file

@ -6,7 +6,7 @@ return {
config = function()
local lint = require 'lint'
lint.linters_by_ft = {
python = { 'pylint' },
python = { 'ruff' },
markdown = { 'markdownlint' },
}
-- To allow other plugins to add linters to require('lint').linters_by_ft,