wincent / command-t

⌨️ Fast file navigation for Neovim and Vim
BSD 2-Clause "Simplified" License
2.76k stars 321 forks source link

Command-T not caching at all #267

Closed Jaco-Pretorius closed 5 years ago

Jaco-Pretorius commented 7 years ago

I've recently started running into this issue where Command-T doesn't cache the results at all. This means the first time I open it it takes about 6/7 seconds to build the cache, and every subsequent time it takes the same amount of time.

I've looked through all the issues and searched online but I can't find any documentation around this problem. I'm sure it must be something to do with my setup or configuration but I'm completely stumped.

Some information re: my setup:

wincent commented 5 years ago

Any chance you have 'autochdir' turned on? That would break the cache, especially if you leave g:CommandTMaxCachedDirectories at the default of 1.

Closing this because it is old but feel to comment if this is still an issue for you and I will re-open it.