From d02265175f33fb1586e5e1f080e0730c8642a961 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Mon, 19 Jul 2021 22:50:07 -0400 Subject: Decoupling config from nvim (#1038) --- lua/core/linter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/core/linter.lua') diff --git a/lua/core/linter.lua b/lua/core/linter.lua index 676b0cf7..573d6d62 100644 --- a/lua/core/linter.lua +++ b/lua/core/linter.lua @@ -3,7 +3,7 @@ local M = {} M.setup = function() if O.lint_on_save then require("lv-utils").define_augroups { - autolint = { + autolint_on_save = { { "BufWritePost", "", -- cgit v1.2.3