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