Luc Sinet 4 лет назад
Родитель
Сommit
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>",