trixy/fnl/plugins/hlchunk.fnl

28 lines
343 B
Plaintext
Raw Permalink Normal View History

2024-07-20 13:22:11 +02:00
(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
}
})