Tip
🦆 You can use it to add emojis too, if your terminal setup allows it
let g:vtexts = [
\["hello ","world"],
\["🐳","emojis","🐪","🦀"],
\["🙀","#\[.*]","😹"]
]
au ColorScheme * hi VText guifg=#ff0000
If you don’t have a plugin manager of choice I recommend vim-plug:
Plug 'dekirisu/easy-virtual-text.vim'