Commit Graph

174 Commits

Author SHA1 Message Date
Thomas Gideon 11e624be5a More improvements. 2015-04-01 11:13:36 -04:00
Thomas Gideon ae467de46c Change to new color scheme, with dark background. 2015-03-30 11:33:53 -04:00
Thomas Gideon 546dd5d489 Add very intentionally crafted color scheme, for readability. 2015-03-30 11:33:30 -04:00
Thomas Gideon 75b122e303 Swap keys to line up better, left to right, with split positions. 2015-03-30 11:22:45 -04:00
Thomas Gideon bdcc34b61b Move plugins so other settings are grouped together. 2015-03-30 11:21:15 -04:00
Thomas Gideon 927679b2df Move font settings into shared vimrc, noting it requires a terminal with a patched font set. 2015-03-30 11:19:35 -04:00
Thomas Gideon 4d14ba77da Comnfigure new plugin, tweak jsx support, and make pasting code samples saner. 2015-03-27 11:27:36 -04:00
Thomas Gideon 27eae4d6ce Add a plugin I now have mental bandwidth to learn. 2015-03-27 11:26:45 -04:00
Thomas Gideon 2650aa5ccc Fix brain-o 2015-03-27 11:25:43 -04:00
Thomas Gideon 4b1ff63ede Rearrange some settings that do and do not belong here. 2015-03-27 11:08:40 -04:00
Thomas Gideon 22362e6d46 Add a project specific sample to copy and adapt. 2015-03-27 11:08:10 -04:00
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