To try
- HTML editing
- sparkup
- ragtag.vim (formerly allml.vim)
- And of course, don't forget to combine with the
trusty
surround.vim
as well.
- kana/vim-arpeggio
- Keyboard Chords
- Valloric/YouCompleteMe
Train myself / remember to use
- easymotion
- ragtag
To do
- fix duplicate defn of UltiSnips macros
Plugin Management
Check out
- junegunn/vim-easy-align
- junegunn/seoul256.vim
- justinmk/vim-sneak
- bruno-/vim-alt-mappings
- Shougo's plugins
- Shougo/vimproc.vim
- Shougo/vimfiler.vim
- Shougo/neocomplete.vim
- Replaces neocomplcache.vim if you have Lua support.
- Shougo/neosnippet.vim
Plugins
- spf13-vim
- Not a plugin – it's a whole distribution. It has a bunch of the plugins I already use and some that conflict – so figure out which ones should be assimilated.
- vim-scripts
- Github sync of vim.org/scripts.
- Tagbar
- Class outline viewer.
- Townk/vim-autoclose
- closetag
- subvim
- tlib & tcommand
- GDB in Vim
- gdb front end to use with vim?
- Check out clewn/pyclewn and cgdb.
- powerline
- Ctrl-P: Fuzzy file, buffer, mru and tag finder
- Moving around
- Fugitive
- Git commands for vim.
- vimcasts.org – browsing the git object database
- MRU is really useful for navigating the most recently opened files
- Snippet Plugins
- UltiSnips
- snipMate vs xptemlate vs UltiSnips
- xptemplate is an awesome, very advanced snippet plugin:
- NerdCommenter, for easy commenting/uncommenting blocks of code:
- Some other good ones are
tabular
,renumber
andstripansi
- arpeggio – allows you to map chords:
- 2 new vim plugins
- Unbundle (replacement for pathogen)
- MatchTag
- Plugin management
- I prefer Vundle. Pathogen is older and good. Unbundle is a like pathogen but supports lazy loading.
- Vundle
- Installs bundles directly from github. Requires having git around.
- vundle vs pathogen
- pathogen)
- Unbundle
- Ask HN: What Vim Plugins do you use?
- Vim Plugins You Should Know About
- closetag.vim
- EnhancedCommentify.vim
- vimpdb 0.3 released
- Navigation
- xmledit
- Conque : Nice shell. Run interactive programs, such as bash on linux or powershell.exe on Windows
Unite
- Shougo/unite.vim
- unite.vim/unite.txt
- Standards: How to make a Unite plugin
- unite-colorscheme.vim
Syntax
- vim-scripts/SyntaxComplete
- Provides basic omni completion for filetypes based on their syntax files (the syntax that Vim already knows to color highlight.(
- Javascript