Update snippets
This commit is contained in:
@@ -4,9 +4,10 @@ return {
|
||||
event = { 'BufReadPre', 'BufNewFile' },
|
||||
config = function()
|
||||
local lint = require 'lint'
|
||||
lint.linters_by_ft = {
|
||||
markdown = { 'markdownlint' },
|
||||
}
|
||||
-- lint.linters_by_ft = {
|
||||
-- markdown = { 'markdownlint' },
|
||||
-- }
|
||||
lint.linters_by_ft['markdown'] = nil
|
||||
lint.linters_by_ft['javascript'] = nil
|
||||
lint.linters_by_ft['vue'] = nil
|
||||
lint.linters_by_ft['html'] = nil
|
||||
|
||||
Reference in New Issue
Block a user