Closed marnas closed 1 year ago
Vertical column used as characters delimiter seems to be hidden
set colorcolumn="80"
Is this #14 the same problem to you
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" })
Vertical column used as characters delimiter seems to be hidden
set colorcolumn="80"