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({
|
require("hlchunk").setup({
|
||||||
chunk = {
|
chunk = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
chars = {
|
||||||
|
horizontal_line = "─",
|
||||||
|
vertical_line = "│",
|
||||||
|
left_top = "┌",
|
||||||
|
left_bottom = "└",
|
||||||
|
right_arrow = ">",
|
||||||
|
},
|
||||||
style = {
|
style = {
|
||||||
{ fg = "#D699B6" },
|
{ fg = "#D699B6" },
|
||||||
{ fg = "#E67E80" },
|
{ fg = "#E67E80" },
|
||||||
|
|
Loading…
Reference in a new issue