update to latest

This commit is contained in:
Nurzhan Sarzhan 2025-02-23 17:28:20 +01:00
parent e3a11a0ba5
commit 831cd284aa
No known key found for this signature in database
10 changed files with 236 additions and 44 deletions

View file

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