pojokcodeid.nvim-lazy/lua/user/format.lua

8 lines
185 B
Lua
Raw Normal View History

2023-02-19 16:10:17 +07:00
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