Explorar o código

Fix autolint group definition (#1041)

Luc Sinet %!s(int64=4) %!d(string=hai) anos
pai
achega
4d46ee6e58
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lua/core/linter.lua

+ 1 - 1
lua/core/linter.lua

@@ -3,7 +3,7 @@ local M = {}
 M.setup = function()
 M.setup = function()
   if O.lint_on_save then
   if O.lint_on_save then
     require("lv-utils").define_augroups {
     require("lv-utils").define_augroups {
-      autolint_on_save = {
+      autolint = {
         {
         {
           "BufWritePost",
           "BufWritePost",
           "<buffer>",
           "<buffer>",