comparison vim/.vimrc @ 28:cae546f293ff

Merge
author Brian Neal <bgneal@gmail.com>
date Thu, 27 Oct 2016 20:36:14 -0500
parents d17e9bd25f68
children c6c54a36f6a7
comparison
equal deleted inserted replaced
27:aa1019ab89b4 28:cae546f293ff
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