docs: Update readme and rename highlight
This commit is contained in:
@@ -113,7 +113,7 @@ function M.get_lines(flattened_outline_items)
|
||||
node_line,
|
||||
from,
|
||||
to,
|
||||
'OutlineConnector',
|
||||
'OutlineGuides',
|
||||
})
|
||||
end
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user