Submoduled indexed search, syntastic

This commit is contained in:
yan
2011-12-07 01:12:42 -08:00
committed by Yan Pritzker
parent 87be0cf0ae
commit 6847560257
7 changed files with 18 additions and 540 deletions

View File

@@ -140,7 +140,8 @@ Included vim plugins
* NERDTree - everyone's favorite tree browser
* NERDTree-tabs - makes NERDTree play nice with MacVim tabs so that it's on every tab
* showmarks - creates a visual gutter to the left of the number column showing you your bookmarks. use \mt to toggle it, \mm to place the next available mark, \mh to delete, \ma to clear all. Use standard vim mark navigation ('X) for mark named X.
* ShowMarks - creates a visual gutter to the left of the number column showing you your marks (saved locations). use \mt to toggle it, \mm to place the next available mark, \mh to delete, \ma to clear all. Use standard vim mark navigation ('X) for mark named X.
* EasyMotion - hit ,, (forward) or z,, (back) and watch the magic happen. just type the letters and jump directly to your target
Git
@@ -153,9 +154,8 @@ Included vim plugins
* solarized - a color scheme scientifically calibrated for awesomeness (including skwp mods for ShowMarks)
* csapprox - helps colors to be represented correctly on terminals (even though we expect to use MacVim)
Automation
Coding
* delimitMate - automatically closes quotes
* tComment - gcc to comment a line, gcp to comment blocks, nuff said
* sparkup - div.foo#bar - hit ctrl-e, expands into <code><div class='foo' id#bar/></code>, and that's just the beginning
@@ -166,6 +166,13 @@ Included vim plugins
* vim-markdown-preview - :Mm to view your README.md as html
* ruby-debug-ide - not quite working for me, but maybe it will for you. supposedly a graphical debugger you can step through
General enhancements that don't add new commands
* IndexedSearch - when you do searches will show you "Match 2 of 4" in the status line, nothing new to learn
* delimitMate - automatically closes quotes
* syntastic - automatic syntax checking when you save the file
Adding your own vim plugins
---