loctvl842/monokai-pro.nvim

Vertical column hidden

Closed this issue · 2 comments

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" })