Remove HEAD changes
This commit is contained in:
parent
70a245c28c
commit
9661ddb522
|
@ -6,12 +6,8 @@ return {
|
||||||
config = function()
|
config = function()
|
||||||
local lint = require 'lint'
|
local lint = require 'lint'
|
||||||
lint.linters_by_ft = {
|
lint.linters_by_ft = {
|
||||||
<<<<<<< HEAD
|
|
||||||
markdown = { 'markdownlint' },
|
|
||||||
=======
|
|
||||||
['markdown'] = { 'markdownlint' },
|
['markdown'] = { 'markdownlint' },
|
||||||
['python'] = { 'flake8' },
|
['python'] = { 'flake8' },
|
||||||
>>>>>>> 373bf49 (typos)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
-- To allow other plugins to add linters to require('lint').linters_by_ft,
|
-- To allow other plugins to add linters to require('lint').linters_by_ft,
|
||||||
|
|
Loading…
Reference in New Issue