dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 518ff17e16b511be42619e49fdba62f8786c3964
parent 1740fbb7059774a81c33c8f10950eed3bfa70876
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  7 Sep 2015 22:20:19 -0700

Use 'syntax enable', not 'syntax on'.

Diffstat:
M.vim/vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.vim/vimrc b/.vim/vimrc @@ -90,7 +90,7 @@ let g:spacehi_nbspcolor="ctermbg=red guibg=red" " Colorscheme and syntax highlighting if &t_Co > 2 || has("gui_running") - syntax on + syntax enable set background=dark colorscheme lucius set cursorline