I have installed vim-nox as well as vim-latexsuite and vim-outliner on Ubuntu 12.10. There's nothing wrong with Vim but neither of the add-on packages does anything. What do I have to do to in order to enable them?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
|||
|
|
|
Vim add-ons are not enabled for all users by default. To use an add-on, use
|
|||
|
|
|
I have tested various plugin managers for vim, and find pathogen the best of them all. I first tried vundle which was recommended on this site (http://stackoverflow.com/questions/2458398/packageplugin-management-for-vim), but found it too complex. What I wanted was a way to keep each plugin in it's own directory. Pathogen does just that: every plugin in ~/.vim/bundle is activated automatically. pathogen is really very simple:
|
|||
|
|