Add files via upload

This commit is contained in:
Pgolik 2024-12-16 07:44:33 +01:00 committed by GitHub
parent b98a370a30
commit af21c78d94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 36 additions and 26 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,