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…
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…
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…
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…
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?
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…