diff options
author | June McEnroe <june@causal.agency> | 2012-04-07 15:01:27 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-04-07 15:01:27 -0400 |
commit | 175764fe2266c23807a3996256ae586be1556d6b (patch) | |
tree | e81556829332e92f05e505b0368e875a756f1644 | |
parent | Update vim-smartinput (diff) | |
download | src-175764fe2266c23807a3996256ae586be1556d6b.tar.gz src-175764fe2266c23807a3996256ae586be1556d6b.zip |
Remove Itchy startup
-rw-r--r-- | .vimrc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.vimrc b/.vimrc index 3314dfe0..e35db89d 100644 --- a/.vimrc +++ b/.vimrc @@ -90,9 +90,6 @@ let g:syntastic_check_on_open=1 let g:syntastic_enable_signs=0 let g:syntastic_auto_loc_list=2 -" Itchy options -let g:itchy_startup = 1 - " Custom maps let g:buffergator_suppress_keymaps=1 |