savq / melange-nvim

🗡️ Warm color scheme for Neovim and beyond
MIT License
719 stars 55 forks source link

Installing using vim-plug #41

Closed mbledkowski closed 1 year ago

mbledkowski commented 2 years ago

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

savq commented 2 years 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.