chore(fmt): stylua
This commit is contained in:
@@ -39,16 +39,12 @@ function M.setup_highlights()
|
||||
local cline_hl = get_hl_by_name('CursorLine')
|
||||
local string_hl = get_hl_by_name('String')
|
||||
|
||||
vim.api.nvim_set_hl(
|
||||
0,
|
||||
'OutlineCurrent',
|
||||
{
|
||||
vim.api.nvim_set_hl(0, 'OutlineCurrent', {
|
||||
bg = cline_hl.bg,
|
||||
fg = string_hl.fg,
|
||||
ctermbg = cline_hl.ctermbg,
|
||||
ctermfg = string_hl.ctermfg,
|
||||
}
|
||||
)
|
||||
})
|
||||
end
|
||||
|
||||
-- Only inherit fg for these highlights because we do not want the other
|
||||
|
||||
Reference in New Issue
Block a user