diff --git a/lua/symbols-outline/ui.lua b/lua/symbols-outline/ui.lua index a1e2e42..1a97ae0 100644 --- a/lua/symbols-outline/ui.lua +++ b/lua/symbols-outline/ui.lua @@ -40,7 +40,6 @@ function M.setup_highlights() local comment_fg_gui = vim.fn.synIDattr(vim.fn.synIDtrans(vim.fn.hlID('Comment')), 'fg', 'gui') local comment_fg_cterm = vim.fn.synIDattr(vim.fn.synIDtrans(vim.fn.hlID('Comment')), 'fg', 'cterm') - print(comment_fg_gui) if vim.fn.hlexists('SymbolsOutlineConnector') == 0 then vim.cmd(string.format('hi SymbolsOutlineConnector ctermfg=%s guifg=%s',