From b528c3b219775a318adf90aaae0263cf1c40f06e Mon Sep 17 00:00:00 2001 From: don philipe Date: Tue, 11 Jul 2023 10:44:52 +0200 Subject: [PATCH] Support nerdtree in all tabs --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index d9034a0..f9e3885 100644 --- a/.vimrc +++ b/.vimrc @@ -63,6 +63,9 @@ Plug 'pearofducks/ansible-vim' " NERDtree Plug 'preservim/nerdtree' +" One NERDtree for all tabs +Plug 'jistr/vim-nerdtree-tabs' + " Statusline Plug 'vim-airline/vim-airline'