changeset 26:d17e9bd25f68

Add solarized colorscheme for vim.
author Brian Neal <bgneal@gmail.com>
date Thu, 29 Oct 2015 21:14:25 -0500
parents 732ed3539b7a
children cae546f293ff
files vim/.vimrc vim/vimfiles/README-bundle.txt
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vim/.vimrc	Fri Jul 31 15:39:23 2015 -0500
+++ b/vim/.vimrc	Thu Oct 29 21:14:25 2015 -0500
@@ -51,8 +51,12 @@
 let c_space_errors = 1
 let python_space_error_highlight = 1
 
+"set background=dark
+"colorscheme peaksea2
+syntax enable
 set background=dark
-colorscheme peaksea2
+set rtp+=~/.vim/bundle/vim-colors-solarized
+colorscheme solarized
 
 " shortcut for word completion in insert mode
 imap <S-Tab> <C-n>
--- a/vim/vimfiles/README-bundle.txt	Fri Jul 31 15:39:23 2015 -0500
+++ b/vim/vimfiles/README-bundle.txt	Thu Oct 29 21:14:25 2015 -0500
@@ -28,3 +28,8 @@
 -------
 
    $ git clone https://github.com/mxw/vim-jsx.git
+
+solarized color scheme
+----------------------
+
+   $ git clone git://github.com/altercation/vim-colors-solarized.git