Mercurial > public > dotfiles
diff 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 |
line wrap: on
line diff
--- a/vim/.vimrc Thu Oct 27 20:36:14 2016 -0500 +++ b/vim/.vimrc Thu Oct 27 20:54:45 2016 -0500 @@ -51,12 +51,9 @@ let c_space_errors = 1 let python_space_error_highlight = 1 -"set background=dark -"colorscheme peaksea2 +set background=dark +colorscheme peaksea2 syntax enable -set background=dark -set rtp+=~/.vim/bundle/vim-colors-solarized -colorscheme solarized " shortcut for word completion in insert mode imap <S-Tab> <C-n>