Install onedark theme for vim
URL
https://github.com/joshdick/onedark.vim
Method 1 - Use vim-plug
Method 2 - Manual
download the repo
place colors/onedark.vim
file in ~/.vimrc/colors/
place autload/onedark.vim
file in ~/.vim/autoload/
cp ~/Downloads/colors/onedark.vim ~/.vimrc/colors/
cp ~/Downloads/autoload/onedark.vim ~/.vim/autoload/
Method 3 - Vim 8 Package
Clone repo into ~/.vim/pack/*/opt/
The *
in the path can be any value; see :help packages
for more information.)
~/.vim/pack/*/opt/
add the following to .vimrc
# add to ~/.vimrc
packadd! onedark.vim