diff options
author | Luc Sinet <[email protected]> | 2021-07-20 17:20:10 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-20 15:20:10 +0000 |
commit | 4d46ee6e587d6154f41016ccc5f04c4d01aea3f4 (patch) | |
tree | cc002a71fd42844aa6b2aa811c2ec915b5f25a90 /lua/core/linter.lua | |
parent | a13b4a7af64f2c9a8d66562ab555af31542e7c0f (diff) |
Fix autolint group definition (#1041)
Diffstat (limited to 'lua/core/linter.lua')
-rw-r--r-- | lua/core/linter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/linter.lua b/lua/core/linter.lua index 573d6d62..676b0cf7 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_on_save = { + autolint = { { "BufWritePost", "<buffer>", |