Преглед на файлове

we don't need to remove autoformat group when there is none (#748)

Abouzar Parvan преди 4 години
родител
ревизия
a72d5b70de
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      lua/lv-neoformat/init.lua

+ 0 - 4
lua/lv-neoformat/init.lua

@@ -10,7 +10,3 @@ if O.format_on_save then
     },
   }
 end
-
-if not O.format_on_save then
-  vim.cmd ":autocmd! autoformat"
-end