Bläddra i källkod

Fix autolint group definition (#1041)

Luc Sinet 4 år sedan
förälder
incheckning
4d46ee6e58
1 ändrade filer med 1 tillägg och 1 borttagningar
  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>",