diff --git a/vim/bundle/tagbar b/vim/bundle/tagbar deleted file mode 160000 index bfc121d..0000000 --- a/vim/bundle/tagbar +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bfc121dc38271ab3f050609bb2ca377de07d8bd6 diff --git a/vim/bundle/vundle b/vim/bundle/vundle deleted file mode 160000 index 0b28e33..0000000 --- a/vim/bundle/vundle +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0b28e334e65b6628b0a61c412fcb45204a2f2bab diff --git a/vim/vimrc b/vim/vimrc index 8d5e422..3e5983b 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -3,7 +3,7 @@ filetype off set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() -Plugin 'gmarik/vundle' +Plugin 'gmarik/Vundle.vim' " File tree Plugin 'scrooloose/nerdtree' " Make NERDTree smarter @@ -40,7 +40,7 @@ Plugin 'tpope/vim-sleuth' " Interact with tmux from vim Plugin 'benmills/vimux' " Diplays tags in a pane -Plugin 'majutsushi/tagbar' +" Plugin 'majutsushi/tagbar' " Show a git diff n the gutter Plugin 'airblade/vim-gitgutter' " Editor config follows coding styles set in .editorconfig