Browse Source

Fix autolint group definition (#1041)

Luc Sinet 4 years ago
parent
commit
4d46ee6e58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lua/core/linter.lua

+ 1 - 1
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>",