Title | Created |
---|---|
Bill's Customized Vim Configuration |
2016 Sep 23 |
Developed by Ethan Schoonover es@ethanschoonover.com
-
Move
solarized.vim
to your.vim/colors
directory:$ mv solarized.vim ~/.vim/colors/
$ mv vimrc ~/.vimrc
Put the following two lines in your .vimrc:
syntax enable
set background=dark
colorscheme solarized
or, for the light background mode of Solarized:
syntax enable
set background=light
colorscheme solarized