trixy/lua/plugins/hlblocks.lua

31 lines
597 B
Lua
Raw Normal View History

2023-07-31 23:57:35 +02:00
require('hlchunk').setup({
indent = {
chars = { "·", "·", "·", "·", },
--chars = { "│", "¦", "┆", "┊", }, -- more code can be found in https://unicodeplus.com/
2023-07-31 23:57:35 +02:00
style = {
"#333333",
},
},
2023-07-31 23:57:35 +02:00
blank = {
enable = false,
},
chunk = {
chars = {
horizontal_line = "",
vertical_line = "",
left_top = "",
left_bottom = "",
right_arrow = ">",
},
style = "#00ffff",
},
line_num = {
style = "#00ffff",
},
})