hlchunkの角を立てた
This commit is contained in:
parent
da755b4839
commit
637599e577
1 changed files with 7 additions and 0 deletions
7
init.lua
7
init.lua
|
@ -721,6 +721,13 @@ require("rainbow-delimiters.setup").setup()
|
|||
require("hlchunk").setup({
|
||||
chunk = {
|
||||
enable = true,
|
||||
chars = {
|
||||
horizontal_line = "─",
|
||||
vertical_line = "│",
|
||||
left_top = "┌",
|
||||
left_bottom = "└",
|
||||
right_arrow = ">",
|
||||
},
|
||||
style = {
|
||||
{ fg = "#D699B6" },
|
||||
{ fg = "#E67E80" },
|
||||
|
|
Loading…
Reference in a new issue