Amumu
Amumu

Reputation: 18572

How do I install plugins for vim on my university server?

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

Answers (1)

Grammin
Grammin

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

Related Questions