Axe broken junk

This commit is contained in:
Imbus 2024-12-27 09:08:59 +01:00
parent 572c0695c5
commit abab3015a6

View file

@ -45,6 +45,9 @@ return {
-- lint.linters_by_ft['terraform'] = nil
-- lint.linters_by_ft['text'] = nil
-- Kill them all for now
lint.linters_by_ft = {}
-- Create autocommand which carries out the actual linting
-- on the specified events.
local lint_augroup = vim.api.nvim_create_augroup('lint', { clear = true })