Questions tagged [plugin-managers]

Questions about general use of plugins managers.

See this question for a quick overview of plugin-managers.

18 questions
315
votes
10 answers

What are the differences between the Vim plugin managers?

I have been looking at the different package managers for Vim, and the one I decided to use is vim-plug. However, I have seen others like pathogen and vundle, and I honestly don't know what the difference is. Can someone give me a brief overview of…
ZucchiniZe
  • 3,253
  • 3
  • 12
  • 6
5
votes
4 answers

Why should I use a plugin manager

Hi I am relatively new to vim. I am fairly familiar with setting up my vimrc, installing colorschemes, and I have included a python file type plugin in my ~/.vim/ftplugin. My question is as follows: Do I really need a plugin manager like…
Xero Smith
  • 203
  • 1
  • 5
4
votes
0 answers

Why should I use either dein.vim or vim-plug?

I want to install a plugin manager for vim, and after searching a bit, I saw that plugin managers for vim have evolved since last time I used one (e.g. neobundle is discontinued, etc.); and I also discovered two new ones: dein.vim and…
7heo.tk
  • 141
  • 5
3
votes
1 answer

What plugin manager allows installing plugins from tags

I am searching for a plugin manager that has the option to install specific plugins only from tags on GitHub. I don't want to need to specify the tag. I want it to automatically use the newest tag. This would be a good option for plugins that do not…
still_dreaming_1
  • 747
  • 5
  • 17
2
votes
1 answer

Where (and how) should plugin generated files be kept

I am making a plugin, and it needs to create files and store them and read them back later. Is there a standard folder to do this? If yes, what's that folder and how to get the path for it in the runtime?
user27528
1
vote
1 answer

Pathogen won't load nerdtree or other bundles

How to troubleshoot pathogen? Using Mac OSX El Capitan. Vim 7.4 MacOS X version, not MacVim. Running from terminal. I can run nerdtree as a plugin, but won't work with pathogen. Same case with other plugins. I have followed the install directions…
dfreder1
  • 11
  • 1
-1
votes
1 answer

How to update plugins in Neobundle

I use NeoBundle for plugin manager but I am not sure how to update plugins. Do I have to update one by one? Or there any command to update plugins?
shin
  • 99
  • 2