savq/melange-nvim

Installing using vim-plug

Closed this issue · 1 comments

Hi, I am new to (neo)vim. Is there any way to install this theme using vim-plug?

savq commented

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.