surr....whatever that is
This commit is contained in:
parent
00b89d9c78
commit
1bca27ec2c
|
@ -6,7 +6,7 @@ return {
|
||||||
config = function()
|
config = function()
|
||||||
local lint = require 'lint'
|
local lint = require 'lint'
|
||||||
lint.linters_by_ft = {
|
lint.linters_by_ft = {
|
||||||
markdown = { 'markdownlint' },
|
markdown = { 'mdl' },
|
||||||
}
|
}
|
||||||
|
|
||||||
-- 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,
|
||||||
|
@ -35,7 +35,7 @@ return {
|
||||||
-- lint.linters_by_ft['inko'] = nil
|
-- lint.linters_by_ft['inko'] = nil
|
||||||
-- lint.linters_by_ft['janet'] = nil
|
-- lint.linters_by_ft['janet'] = nil
|
||||||
-- lint.linters_by_ft['json'] = nil
|
-- lint.linters_by_ft['json'] = nil
|
||||||
-- lint.linters_by_ft['markdown'] = nil
|
lint.linters_by_ft['markdown'] = nil
|
||||||
-- lint.linters_by_ft['rst'] = nil
|
-- lint.linters_by_ft['rst'] = nil
|
||||||
-- lint.linters_by_ft['ruby'] = nil
|
-- lint.linters_by_ft['ruby'] = nil
|
||||||
-- lint.linters_by_ft['terraform'] = nil
|
-- lint.linters_by_ft['terraform'] = nil
|
||||||
|
|
Loading…
Reference in New Issue