28 lines
343 B
Plaintext
28 lines
343 B
Plaintext
|
(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
|
||
|
}
|
||
|
|
||
|
})
|