My personal light mode vim configuration + colorscheme 🌈 - without using any plugin ✨.
cd ~
curl -O https://raw.githubusercontent.com/tarptaeya/dotfiles/master/.vimrc
mkdir -p .vim
cd .vim
mkdir -p colors
cd colors
curl -O https://raw.githubusercontent.com/tarptaeya/dotfiles/master/.vim/colors/lightscheme.vim
(Note This will replace your existing .vimrc)