mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
5 lines
75 B
Lua
5 lines
75 B
Lua
local M = {
|
|
disable = 0, -- 0 ( format jalan) 1 (fromat off)
|
|
}
|
|
|
|
return M
|