diff --git a/lua/user/format.lua b/lua/user/format.lua deleted file mode 100644 index d88133b..0000000 --- a/lua/user/format.lua +++ /dev/null @@ -1,7 +0,0 @@ -local data_exists, frmt = pcall(require, "custom.format_onsave") -if not data_exists then - require("user.format_onsave") -end -if frmt.disable == 0 then - require("user.format_onsave") -end