Since about 2 weeks ago, when I open a file in a new tab in NerdTree it is extremly slow, it takes about to seconds to open the file.
The file size doesnt matter, even if I open a file with 1 line in it, it still takes the same amount of time. If I open the file in the current tab it is instant. If I use vims built in explore and tab open it is instant.
I have the following config for NERDTREE in my .vimrc:
" Find
map <Leader>v :NERDTreeFind<CR>
" Toggle
map <Leader>f :NERDTreeToggle<Enter>
" Close Automatically
let NERDTreeQuitOnOpen = 1
" Automatically delete the buffer of the file you just deleted with NerdTree:
let NERDTreeAutoDeleteBuffer = 1
let NERDTreeShowHidden=1 " show hidden files in nerdtree
let NERDTreeShowBookmarks=1 " Display NERDTree Bookmarks
"NERDTree filter out file extentions
let NERDTreeIgnore = ['\.swo$', '\.swp$']
Vim Version:
VIM - Vi IMproved 8.1 (2018 May 17, compiled May 25 2018 00:50:25)
I have uninstalled and installed NERDTree. I am struggling to troubleshoot this. Any suggestions ?