I’m not able to run vim-spec commands; Im using Vundle and added both
thoughtbot/vim-rspec
jgdavey/tslime.vim
I get the following errors whenever I try any of the leader commands (t, s, etc.): E117: Unknown function: RunCurrentSpecFile
or E117: Unknown function: RunNearestSpec (etc.)
Thanks for the reply. Yes, I’ve run :PluginInstall and all my plugins have intstalled without issue.
I tried running :call RunCurrentSpecFile() directly and I get the same error.
In the meantime I read another thoughtbot post about using vim-spec with Dispatch and that’s been working, though I would prefer to use the setup with tslime…