fix zellij highlight issue and other things

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2024-06-25 17:10:35 +05:30
parent 5b32b3e5d7
commit 567d248572
9 changed files with 30 additions and 24 deletions
@@ -7,6 +7,7 @@ return {
local lint = require 'lint'
lint.linters_by_ft = {
markdown = { 'markdownlint' },
yaml = { 'yamllint' },
}
-- To allow other plugins to add linters to require('lint').linters_by_ft,