virt-column.nvim
September 19, 2023 ยท View on GitHub
Display a character as the colorcolumn.
Install
Use your favourite plugin manager to install.
For lazy.nvim:
{ "lukas-reineke/virt-column.nvim", opts = {} },
For pckr.nvim:
use "lukas-reineke/virt-column.nvim"
Setup
To configure virt-column.nvim you need to run the setup function.
require("virt-column").setup()
Please see :help virt-column.txt for more details and all possible values.
Thanks
Thank you @francium for the idea.