Skip to content

delphinus/virt-column.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Display a character as the colorcolumn

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 100.0%