ソースを参照

Fix autolint group definition (#1041)

Luc Sinet 4 年 前
コミット
4d46ee6e58
1 ファイル変更1 行追加1 行削除
  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>",