mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-28 19:50:05 +02:00
update
This commit is contained in:
parent
e52b14c920
commit
90d02a0f5b
5 changed files with 28 additions and 26 deletions
|
@ -1,5 +0,0 @@
|
|||
local M = {
|
||||
disable = 0, -- 0 ( format jalan) 1 (fromat off)
|
||||
}
|
||||
|
||||
return M
|
5
lua/custom/format_onsave_20230219.lua
Normal file
5
lua/custom/format_onsave_20230219.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
local M = {
|
||||
disable = 1, -- 0 ( format jalan) 1 (fromat off)
|
||||
}
|
||||
|
||||
return M
|
Loading…
Add table
Add a link
Reference in a new issue