mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 09:48:51 +02:00
update
This commit is contained in:
parent
e52b14c920
commit
90d02a0f5b
5 changed files with 28 additions and 26 deletions
7
lua/user/format.lua
Normal file
7
lua/user/format.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue