Lukas Reineke 2c251c8a61 Version 1.0.0
2021-11-26 16:52:38 +09:00
2021-11-26 16:52:38 +09:00
2021-11-26 16:52:38 +09:00
2021-11-26 16:52:38 +09:00
2021-11-26 16:52:38 +09:00
2021-11-26 16:52:38 +09:00
2021-11-26 16:52:38 +09:00

virt-column.nvim

Display a character as the colorcolumn.

Screenshot

Install

Use your favourite plugin manager to install.

Example with Packer

wbthomason/packer.nvim

-- init.lua
require("packer").startup(
    function()
        use "lukas-reineke/virt-column.nvim"
    end
)

Example with Plug

junegunn/vim-plug

" init.vim
call plug#begin('~/.vim/plugged')
Plug 'lukas-reineke/virt-column.nvim'
call plug#end()

Setup

To configure virt-column.nvim you need to run the setup function.

require("virt-column").setup()

Please see :help virt-column.txtfor more details and all possible values.

You probably want to clear the old ColorColumn highlight if you use this.

highlight clear ColorColumn

Thanks

Thank you @francium for the idea.

S
Description
Display a line as the colorcolumn
Readme 172 KiB
Languages
Lua 100%