1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[vim] Disable nerd plugins

This commit is contained in:
Hyacinthe Cartiaux 2013-10-24 12:52:31 +02:00
parent 08159d1981
commit 88314fda2e

View file

@ -10,9 +10,9 @@ Bundle 'tpope/vim-git'
Bundle 'tpope/vim-fugitive'
Bundle 'gregsexton/gitv'
" nerd plugins
Bundle 'scrooloose/nerdtree'
Bundle 'scrooloose/nerdcommenter'
Bundle 'scrooloose/nerdsnippets'
" Bundle 'scrooloose/nerdtree'
" Bundle 'scrooloose/nerdcommenter'
" Bundle 'scrooloose/nerdsnippets'
" syntax highlighting
Bundle 'tpope/vim-markdown'
Bundle 'vim-ruby/vim-ruby'