diff --git a/lua/custom/format_onsave.lua b/lua/custom/format_onsave.lua index 87ce7dc..085c4ef 100644 --- a/lua/custom/format_onsave.lua +++ b/lua/custom/format_onsave.lua @@ -1,5 +1,5 @@ local M = { - disable = 1, -- 0 ( format jalan) 1 (fromat off) + disable = 0, -- 0 ( format jalan) 1 (fromat off) } return M