Remove print statement

This commit is contained in:
Omar Zeghouani
2021-08-21 09:46:03 +01:00
committed by GitHub
parent 40b7d5cbaa
commit 9a74879d31

View File

@@ -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_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', local comment_fg_cterm = vim.fn.synIDattr(vim.fn.synIDtrans(vim.fn.hlID('Comment')), 'fg',
'cterm') 'cterm')
print(comment_fg_gui)
if vim.fn.hlexists('SymbolsOutlineConnector') == 0 then if vim.fn.hlexists('SymbolsOutlineConnector') == 0 then
vim.cmd(string.format('hi SymbolsOutlineConnector ctermfg=%s guifg=%s', vim.cmd(string.format('hi SymbolsOutlineConnector ctermfg=%s guifg=%s',