tpope / vim-pathogen

pathogen.vim: manage your runtimepath

Home Page:http://www.vim.org/scripts/script.php?script_id=2332

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-easymotion not installing through pathogen

callumacrae opened this issue · comments

I ran the command from the vim-easymotion readme:

git clone https://github.com/Lokaltog/vim-easymotion ~/.vim/bundle/vim-easymotion

However after restarting Vim, I'm getting this when I run :help easymotion.txt, and it doesn't work:

E149: Sorry, no help for easymotion.txt

I've installed other plugins fine, so not sure what the issue is here. Any ideas?

I forgot to run :Helptags! I'm a noob :-(