I'm new to Vim and am looking for a way to check if pathogen is installed correctly. Some sort of editor or command line command that would let me know that vim has access to pathogen. Thanks!
Asked
Active
Viewed 2,868 times
1 Answers
9
Type :scriptnames
in vim.
Look for a line that says ~/.vim/autoload/pathogen.vim
. If you see it pathogen is installed properly.
If you have any line in your vimrc that looks like
call pathogen#infect()
And it doesn't error out when you load vim it is installed properly

FDinoff
- 30,689
- 5
- 75
- 96