28 lines
343 B
Fennel
Executable file
28 lines
343 B
Fennel
Executable file
(local hlchunk (require :hlchunk))
|
|
|
|
(hlchunk.setup {
|
|
:indent {
|
|
:enable true
|
|
:chars [ "." "." "." "." ]
|
|
|
|
:style
|
|
{ :#888888
|
|
:#666666
|
|
:#444444
|
|
:#333333
|
|
:#333333
|
|
:#333333
|
|
:#333333
|
|
:#333333 } }
|
|
|
|
:blank { :enable false }
|
|
|
|
:chunk { :enable false }
|
|
|
|
:line_num {
|
|
:enable false
|
|
:style :#ADBC9F
|
|
}
|
|
|
|
})
|