Added more options and lazygit plugin

This commit is contained in:
Wojciech Pietraszuk 2025-05-10 07:38:45 +02:00
parent 9e5256058d
commit cfc9531017
4 changed files with 33 additions and 8 deletions

View file

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