Vertical column hidden
Closed this issue · 2 comments
marnas commented
Vertical column used as characters delimiter seems to be hidden
set colorcolumn="80"
marnas commented
That's correct, thank you for the pointer.
His solution also worked for me, I only changed the color for better integration with the theme.
vim.api.nvim_set_hl(0, "ColorColumn", { ctermbg = 0, bg = "#262626" })