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