Remove HEAD changes

This commit is contained in:
Miguel Da Silva 2024-09-28 09:50:15 +02:00
parent 70a245c28c
commit 9661ddb522
1 changed files with 0 additions and 4 deletions

View File

@ -6,12 +6,8 @@ return {
config = function()
local lint = require 'lint'
lint.linters_by_ft = {
<<<<<<< HEAD
markdown = { 'markdownlint' },
=======
['markdown'] = { 'markdownlint' },
['python'] = { 'flake8' },
>>>>>>> 373bf49 (typos)
}
-- To allow other plugins to add linters to require('lint').linters_by_ft,