comparison vim/.vimrc @ 29:c6c54a36f6a7 tip

Go back to peaksea2 colorscheme for vim.
author Brian Neal <bgneal@gmail.com>
date Thu, 27 Oct 2016 20:54:45 -0500
parents d17e9bd25f68
children
comparison
equal deleted inserted replaced
28:cae546f293ff 29:c6c54a36f6a7
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 54 set background=dark
55 "colorscheme peaksea2 55 colorscheme peaksea2
56 syntax enable 56 syntax enable
57 set background=dark
58 set rtp+=~/.vim/bundle/vim-colors-solarized
59 colorscheme solarized
60 57
61 " shortcut for word completion in insert mode 58 " shortcut for word completion in insert mode
62 imap <S-Tab> <C-n> 59 imap <S-Tab> <C-n>
63 60
64 " buffer next and previous commands 61 " buffer next and previous commands