Closed mbledkowski closed 1 year ago
Yes. First write in your .vimrc/init.vim
Plug 'savq/melange'
Reload your config (:source $MYVIMRC
) and run :PlugInstall
. After that, you add to your config
set termguicolors
colorscheme melange
And that should do it.
Hi, I am new to (neo)vim. Is there any way to install this theme using vim-plug?