comparison vim/.vimrc @ 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 c6c54a36f6a7
comparison
equal deleted inserted replaced
25:732ed3539b7a 26:d17e9bd25f68
49 49
50 " highlight trailing spaces 50 " highlight trailing spaces
51 let c_space_errors = 1 51 let c_space_errors = 1
52 let python_space_error_highlight = 1 52 let python_space_error_highlight = 1
53 53
54 "set background=dark
55 "colorscheme peaksea2
56 syntax enable
54 set background=dark 57 set background=dark
55 colorscheme peaksea2 58 set rtp+=~/.vim/bundle/vim-colors-solarized
59 colorscheme solarized
56 60
57 " shortcut for word completion in insert mode 61 " shortcut for word completion in insert mode
58 imap <S-Tab> <C-n> 62 imap <S-Tab> <C-n>
59 63
60 " buffer next and previous commands 64 " buffer next and previous commands