• Stars
    star
    199
  • Rank 190,082 (Top 4 %)
  • Language
    Lua
  • License
    MIT License
  • Created over 2 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Display a character as the colorcolumn

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.

Thanks

Thank you @francium for the idea.