xiyaowong/virtcolumn.nvim

github github
utility
stars 71
issues 4
subscribers 3
forks 3
CREATED

2022-04-15

UPDATED

3 months ago


virtcolumn.nvim

Display a character as the colorcolumn.

image

This plugin is based on lukas-reineke/virt-column.nvim, then why not submit pr, but a new repository, because the content of the modification of this plugin and the original use of the way completely incompatible, and can even be considered two completely different plugins

Install

requires nvim0.7+nightly which has nvim_create_autocmd

Same as other normal plugins, use your favourite plugin manager to install.

Configuration

This plugin is aiming for zero configuration, you just need to install and make sure this plugin loaded and it will automatically handle colorcolumn e.g. set cc=80 au FileType gitcommit setl cc=50,72

by default

vim.g.virtcolumn_char = '▕' -- char to display the line
vim.g.virtcolumn_priority = 10 -- priority of extmark

highlight

VirtColumn

Highlight of virtual column character.

Use ColorColumns background color by default, otherwise link to NonText