Reputation: 18572
I want to install some plugins on my university server, just for my account. However, it's different from my machine which I have direct access to everything. I don't know where to put the plugin in. For example, right now I want to install omnicppcomplete for me to use.
Upvotes: 0
Views: 123
Reputation: 12215
You can put vim plugins in your home directory under the .vim/plugins folder
so ~/.vim/plugins is where you want to install them too
Upvotes: 1