add virtual colorcolumn plugin
This commit is contained in:
parent
a9aa425e4b
commit
eb238fb0cf
|
@ -12,6 +12,12 @@ return {
|
|||
"famiu/bufdelete.nvim",
|
||||
"tpope/vim-repeat",
|
||||
"JoosepAlviste/nvim-ts-context-commentstring",
|
||||
{
|
||||
"lukas-reineke/virt-column.nvim",
|
||||
opts = {
|
||||
char = "┊"
|
||||
},
|
||||
},
|
||||
{
|
||||
"dstein64/vim-startuptime",
|
||||
cmd = "StartupTime",
|
||||
|
|
Loading…
Reference in New Issue