wincent / command-t

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

E492: Not an editor command: CommandT #351

Closed Qwertie- closed 5 years ago

Qwertie- commented 5 years ago

I installed command-t via vim plug and ran make to build the plugin and then I opened vim and typed :CommandT and got the error

E492: Not an editor command: CommandT

Using vim 8.1.998 and fedora 29

Qwertie- commented 5 years ago

nvm, I forgot to add call plug#end() to my .vimrc file

wincent commented 5 years ago

Glad to hear you got it sorted.