From 2a3d27826e32e8669afe31f6fd1e63bd07049c37 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 27 Aug 2013 11:58:06 -0400 Subject: [PATCH] Typo --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 0c7cb8e..7e5d8e0 100644 --- a/.vimrc +++ b/.vimrc @@ -7,7 +7,7 @@ Bundle 'gmarik/vundle' Bundle 'airblade/vim-gitgutter' Bundle 'bronson/vim-trailing-whitespace' Bundle 'godlygeek/tabular' -Bundle 'itchney/lightline.vim' +Bundle 'itchyny/lightline.vim' Bundle 'kien/ctrlp.vim' Bundle 'nathanaelkane/vim-indent-guides' Bundle 'rodjek/vim-puppet'