docs: Update readme and rename highlight

This commit is contained in:
hedy
2023-11-12 13:30:35 +08:00
parent c258b7521f
commit e5d95ff69a
3 changed files with 34 additions and 18 deletions

View File

@@ -41,9 +41,9 @@ function M.setup_highlights()
'gui'
)
if vim.fn.hlexists 'OutlineConnector' == 0 then
if vim.fn.hlexists 'OutlineGuides' == 0 then
vim.cmd(
string.format('hi OutlineConnector guifg=%s', comment_fg_gui)
string.format('hi OutlineGuides guifg=%s', comment_fg_gui)
)
end
end