gDef + py linting

This commit is contained in:
Joe Sinopoli 2025-03-11 15:55:48 -04:00
parent f2a16958d9
commit 9664fc4ff4
2 changed files with 3 additions and 0 deletions

View file

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