From abe66d8993b4b08d1b499cdabdfcb2fa14f4b163 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 31 May 2021 19:55:59 +0200 Subject: [PATCH] nerdtree doppleung entfernt --- .vimrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.vimrc b/.vimrc index 73b93e9..8b2a847 100644 --- a/.vimrc +++ b/.vimrc @@ -33,9 +33,6 @@ set rtp+=~/.vim/bundle/Vundle.vim " Download plug-ins to the ~/.vim/plugged/ directory call vundle#begin('~/.vim/plugged') " Let Vundle manage Vundle -" Start NERDTree. If a file is specified, move the cursor to its window. -autocmd StdinReadPre * let s:std_in=1 -autocmd VimEnter * NERDTree | if argc() > 0 || exists("s:std_in") | wincmd p | endif Plugin 'VundleVim/Vundle.vim' "muss immer der erste eintrag sein Plugin 'sheerun/vim-polyglot' Plugin 'Xuyuanp/nerdtree-git-plugin'