Axe broken junk
This commit is contained in:
parent
572c0695c5
commit
abab3015a6
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ return {
|
||||||
-- lint.linters_by_ft['terraform'] = nil
|
-- lint.linters_by_ft['terraform'] = nil
|
||||||
-- lint.linters_by_ft['text'] = nil
|
-- lint.linters_by_ft['text'] = nil
|
||||||
|
|
||||||
|
-- Kill them all for now
|
||||||
|
lint.linters_by_ft = {}
|
||||||
|
|
||||||
-- Create autocommand which carries out the actual linting
|
-- Create autocommand which carries out the actual linting
|
||||||
-- on the specified events.
|
-- on the specified events.
|
||||||
local lint_augroup = vim.api.nvim_create_augroup('lint', { clear = true })
|
local lint_augroup = vim.api.nvim_create_augroup('lint', { clear = true })
|
||||||
|
|
Loading…
Reference in a new issue