Thank you for showing how to use the plugins, most of these articles don't. I looked at the rest of the site, bookmarked! Can I make an article suggestion though? I'm a new(ish) vim user that is always on different systems. I need a way to quickly install/remove my vim settings and plugins. A tutorial how to do this would be awesome. Take for granted vim and git are already installed, my ideal workflow would be somet…
As I posted above, there's Vundle: https://github.com/gmarik/vundle You just copy your .vimrc over and Vundle installs everything.
Plugins you should put in your vimrc
21–30 of 99 posts
Re: Plugins you should put in your vimrc
#22Earlier quoted context omitted.
pathogen
Vundle's better.
I agree with your vundle suggestion. I migrated from pathogen to vundle and would recommend that people using the former check out vundle again. Even if it's from the 'wrong author' (aka not from tpope).
Re: Plugins you should put in your vimrc
#23Earlier quoted context omitted.
Vundle's better.
Not sure why you've been downvoted. I agree with your vundle suggestion. I migrated from pathogen to vundle and would recommend that people using the former check out vundle again. Even if it's from the 'wrong author' (aka not from tpope).
Re: Plugins you should put in your vimrc
#24Re: Plugins you should put in your vimrc
#25Any vim plugin post that doesn't contain Vundle is incomplete, in my opinion. How else are you going to manage all these plugins? https://github.com/gmarik/vundle
Re: Plugins you should put in your vimrc
#26Earlier quoted context omitted.
As I posted above, there's Vundle: https://github.com/gmarik/vundle You just copy your .vimrc over and Vundle installs everything.
Vundle seems like it only takes care of the plugins. I'm looking for a vim install system, like Python's setup.py.
For me my vim environment consists of my vimrc plus plugins. Granted, I pick plugins based on the "doesn't need extra steps to work" requirement.
vundle therefor restores my setup completely from a (potentially restored or managed in a git repository) vimrc file. What's missing for you?
Re: Plugins you should put in your vimrc
#27Re: Plugins you should put in your vimrc
#28I prefer CtrlP to CommandT, since it does not requires external programs. https://github.com/kien/ctrlp.vim
Re: Plugins you should put in your vimrc
#29I prefer CtrlP to CommandT, since it does not requires external programs. https://github.com/kien/ctrlp.vim
Re: Plugins you should put in your vimrc
#30Where's the love for UltiSnips? [1]
UltiSnips is actively maintained and well documented, not to mention supporting many more features, such as Python interpolation. More info at [2].
[1] https://github.com/SirVer/ultisnips
[2] http://fueledbylemons.com/blog/2011/07/27/why-ultisnips/