aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
AgeCommit message (Collapse)Author
2014-06-29Remove TabBar plugin submoduleTeddy Wing
I wasn't using the plugin and it's been sitting around disabled for a while. Now that I read up on how to delete submodules, I figured I may as well remove it.
2014-06-18Add vim-scala pluginTeddy Wing
Provides syntax highlighting and a bunch of other niceties that I haven't looked into.
2014-06-14Add go vim pluginTeddy Wing
Adds syntax highlighting and other filetype plugins for go. This package is a mirror of the official repo's vim plugins.
2014-06-04Add vim-javascript plugin for better syntax highlightingTeddy Wing
The stock highlighting didn't recognise multiline strings. "Like this \ one" Add a better JS syntax highlighter.
2014-05-30Add surround.vim pluginTeddy Wing
Deleting or modifying quotes and other surrounding characters has become too much of a pain. Time to install surround.
2014-05-25Add Gundo.vim pluginTeddy Wing
Shows a visual representation of the current file's undo tree. Makes it easier to see what you did and when, and roll back to a previous version. I tried installing undotree.vim (http://www.vim.org/scripts/script.php?script_id=4177), a pure Vimscript plugin that's similar, but it requires vim 7.3 with patch005 applied which I don't have, and I'm not crazy about compiling a new vim.
2014-05-11Add camelcasemotion pluginTeddy Wing
For moving inside camelCased and under_scored words.
2014-05-08Add Indent Guides pluginTeddy Wing
Visually displays indentation so you can have an easier time seeing where a block ends. Like BBEdit's tab stops (kind of), but looks more like the Visual Studio style (blech). Going to be amazingly useful since my team enforces 2-space indentation for all front-end code (WTF???!).
2014-04-20Add ignore=untracked to a couple submodulesTeddy Wing
To prevent them from showing untracked changes in git status. See: http://stackoverflow.com/questions/4343544/generating-tags-to-different-location-by-pathogen
2014-04-20Add pluginsTeddy Wing
* Pathogen * Command-T * NerdTree * TabBar (disabled) * commentary.vim * PreserveNoEOL * EasyGrep