From 88314fda2ea46c98759953ca5ab67f28eeb87420 Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux Date: Thu, 24 Oct 2013 12:52:31 +0200 Subject: [PATCH] [vim] Disable nerd plugins --- vim/vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 003800b..57a7ce1 100755 --- a/vim/vimrc +++ b/vim/vimrc @@ -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'