Any 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
pathogen
Plugins you should put in your vimrc
11–20 of 99 posts
Re: Plugins you should put in your vimrc
#12Thank 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…
Re: Plugins you should put in your vimrc
#13Thank 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…
https://github.com/gmarik/vundle
You just copy your .vimrc over and Vundle installs everything.
Re: Plugins you should put in your vimrc
#14Re: Plugins you should put in your vimrc
#15Re: Plugins you should put in your vimrc
#16* matchit - extends % functionality to support HTML/XML tags and also functions, blocks, conditionals in many languages.
* Supertab - tab completion done right.
* Tagbar or Taglist - code tree browser.
Re: Plugins you should put in your vimrc
#17I prefer CtrlP to CommandT, since it does not requires external programs. https://github.com/kien/ctrlp.vim
let g:ctrlp_user_command = ['.git', 'cd %s && git ls-files']
It lets CtrlP use git to list files, which is much faster for large projectRe: Plugins you should put in your vimrc
#18Any 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
#19Any 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
This, a hundred times over, after using vim for 4 years full time (e.g. pretty much 8 hours a day, and who knows how long before that intermittently) I finally took setup vundle, it was so worth all of the 600 or so seconds it took to get working.
Re: Plugins you should put in your vimrc
#20I prefer CtrlP to CommandT, since it does not requires external programs. https://github.com/kien/ctrlp.vim