1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 17:25:23 +02:00

[vim] Disable vundle

This commit is contained in:
Hyacinthe Cartiaux 2015-02-27 13:20:37 +01:00
parent 35fe70547a
commit dc57752a15

View file

@ -26,26 +26,26 @@ set nocompatible
" => Vundle " => Vundle
"""""""""""" """"""""""""
set rtp+=~/.vim/bundle/vundle/ " set rtp+=~/.vim/bundle/vundle/
call vundle#rc() " call vundle#rc()
" Git syntax highlighting and integration " Git syntax highlighting and integration
Bundle 'tpope/vim-git' " Bundle 'tpope/vim-git'
Bundle 'tpope/vim-fugitive' " Bundle 'tpope/vim-fugitive'
Bundle 'gregsexton/gitv' " Bundle 'gregsexton/gitv'
" syntax highlighting " syntax highlighting
Bundle 'tpope/vim-markdown' " Bundle 'tpope/vim-markdown'
Bundle 'vim-ruby/vim-ruby' " Bundle 'vim-ruby/vim-ruby'
" Surround selection with quotes, parenthesis… " Surround selection with quotes, parenthesis…
Bundle 'tpope/vim-surround' " Bundle 'tpope/vim-surround'
" Automatically closes functions, blocks, etc. " Automatically closes functions, blocks, etc.
Bundle 'tpope/vim-endwise' " Bundle 'tpope/vim-endwise'
" A better stats bar " A better stats bar
Bundle 'Lokaltog/vim-powerline' " Bundle 'Lokaltog/vim-powerline'
" Aligns text. " Aligns text.
Bundle 'godlygeek/tabular' " Bundle 'godlygeek/tabular'
" Browse tags of source code files. " Browse tags of source code files.
Bundle 'majutsushi/tagbar' " Bundle 'majutsushi/tagbar'
"""""""""""" """"""""""""
" => General " => General