wincent / command-t

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

Hey guys some problems with my vim config #336

Closed Niubi90hou closed 6 years ago

Niubi90hou commented 6 years ago

Warning: maximum file limit reached

Increase it by setting a higher value in $MYVIMRC; eg: let g:CommandTMaxFiles=200000 Or suppress this warning by setting: let g:CommandTSuppressMaxFilesWarning=1 For best performance, consider using a fast scanner; see: :help g:CommandTFileScanner

wincent commented 6 years ago

Seems like the message contains the information you're looking for. Feel free to comment again if you need additional help.