Commit graph

163 commits

Author SHA1 Message Date
Thomas Gideon faeed65553 Pick up a few more tweaks, comment more exhaustively. 2015-03-27 11:06:56 -04:00
Thomas Gideon 379e53be89 Add git support, specifically for airline. 2015-03-26 23:06:45 -04:00
Thomas Gideon ee200117da Enable tagbar integration with airline. 2015-03-26 23:06:04 -04:00
Thomas Gideon 817b5c81c4 Add javascript specific config.
Currently syntax folding does nothing, change to indent for now.
2015-03-26 16:20:34 -04:00
Thomas Gideon 2f3fe3b782 Try out airline. 2015-03-26 14:35:36 -04:00
Thomas Gideon 6e01086966 Allow local gvimrc.
Not all fonts are equal across OSes.
2015-03-26 14:35:04 -04:00
Thomas Gideon 9c61032243 Add ack integration.
Why?! Why did no one tell me about this plugin sooner?!
2015-03-26 12:41:09 -04:00
Thomas Gideon 231f737ebf Pull in some settings that were previously project specific.
Finding the list characters more generally useful as well as the bindings to
toggle the plugins that do useful things in splits.
2015-03-26 12:40:27 -04:00
Thomas Gideon 229a587bdc Take up the whole display when opening graphically. 2015-03-26 12:39:57 -04:00
Thomas Gideon f9f5123b97 Add Scala bundles. Add comments to explain why each bundle is included. 2015-03-25 11:13:41 -04:00
Thomas Gideon 36c552d959 Try to get checkstyle running via makeprg.
In OS X, anyway, this isn't working. I suspect an issue with temp file handling
in MacVim but haven't yet found anything definitive.
2015-03-25 11:12:54 -04:00
Thomas Gideon 3939b5eeca Add my current checkstyle rules. 2015-03-25 11:12:14 -04:00
Thomas Gideon ce56db4cf4 Break up vimrc into files for specific purposes.
Add some logic to work with a local, non-version controlled rc file whose only
job is to configure where the local git repo is and source in those separate
files without killing the current working directory from which vim was launched,
in case there is a project specific .vimrc as well.
2015-03-20 13:16:03 -04:00