From d66b72ede924136728d5320363af626adcf85bee Mon Sep 17 00:00:00 2001 From: asep komarudin Date: Sun, 19 Feb 2023 16:41:27 +0700 Subject: [PATCH] update --- lua/user/format.lua | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 lua/user/format.lua 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