Commit graph

85 commits

Author SHA1 Message Date
29cacbea11 [vim] Use a separate viminfo file for neovim because the formats are different 2017-01-15 08:34:59 -08:00
fe4fd1d8be [vim] Clean up bundles; fix line number highlighting for Solarized scheme 2016-05-04 07:11:11 -07:00
6824229b8d [vim] Plugin management 2016-04-10 18:10:41 -07:00
d67c5a16a2 [vim] Add vim-commentary, vim-argumentative; use solarized colors 2016-03-12 15:51:42 -08:00
83312a3ed6 [vim] Clean up the vimrc and tweak some highlights 2016-02-07 11:06:37 -08:00
58192d0729 [vim] Add rust plugin 2016-01-31 08:58:17 -08:00
d385d419ec [vim] Add official Apple swift plugin 2015-12-05 10:11:21 -08:00
221cda8038 [vim] Add snipmate (back?) to my vimrc 2015-10-08 07:52:14 -07:00
1edbfdff0f [vim] Use breakindent and showbreak for code 2015-05-20 08:06:09 -07:00
3ab40f392f [vim] Set path to sane system default 2015-05-07 08:37:44 -07:00
c92baafdc8 [vim] Add command-t (yay!) 2015-05-07 08:37:44 -07:00
fda730233b [vim] Use $VIM instead of ~/.vim 2015-05-07 08:37:44 -07:00
19e20af6ce [vim] Add filetype hook for Xcode pbxproj files 2015-05-07 08:37:39 -07:00
6494e75d01 [vim] Add MAPPINGS header 2015-02-04 08:48:37 -08:00
0b109ad0c4 [vim] Get Xcode path for (future) YouCompleteMe 2015-02-04 08:48:28 -08:00
ef1da9ff0e [vim] Move solarized variables out of try block 2015-02-04 08:47:26 -08:00
a29453733d [vim] move to Vundle 2015-02-04 08:44:15 -08:00
5d4a466852 [vim] Show colored column at 80, 89, and 120
Line wrap at 120
2015-01-03 18:39:41 -08:00
2530e7bb2e [vim] some vimrc tweaks to colors, mappings, etc 2014-07-20 09:32:53 -07:00
0688612604 [vim] Add colorcolumn at 89 2014-07-04 09:53:24 -07:00
ad7cd6044b [vim] Colors and mappings and syntax highlighting 2014-05-02 08:29:34 -07:00
de566b0d49 [vim] List mode by default 2014-04-29 08:49:09 -07:00
194e3100bd [vim] Don't map <Tab> to % 2014-04-18 10:16:32 -07:00
65ea45962b Wrap at 80; I give up 2014-04-13 08:03:30 -07:00
ab977b49bc Add autocmd group for SCons files 2014-04-04 21:28:03 -07:00
d1c11965a2 Merge remote-tracking branch 'origin/master'
Conflicts:
	vimrc
2014-01-21 08:26:26 -08:00
c8bd4750b8 Selecta in Vim 2014-01-21 08:24:15 -08:00
a4e999b5f2 Fix up solarized color settings in Vim 2014-01-21 08:22:27 -08:00
2d92e48960 Comment out reloading snippets on write 2013-12-28 11:23:34 -07:00
ebfbba44c8 Add Android/Java snippets 2013-12-28 11:23:34 -07:00
4a8efde9cc Tweak vim Solarized settings 2013-12-28 11:23:34 -07:00
5fe08235fe Add empty snipMate options dict 2013-11-06 14:52:47 -08:00
bf13b2b5fb Enable git gutter and some settings 2013-10-25 15:46:35 -07:00
8dde78aa25 Lots of cleanup and tweaks to vimrc from Learning Vimscript the Hard Way 2013-10-25 15:43:19 -07:00
0929a3a7ab Update mappings, use noremap 2013-10-02 09:13:08 -07:00
05053f716f Update Pathogen for Vim 2013-10-02 09:12:13 -07:00
e1ef52f53f Java additions 2013-08-30 09:11:14 -07:00
de3819015e 120 char textwidth 2013-08-30 09:11:14 -07:00
fc777ac549 Merge remote-tracking branch 'origin/master' 2013-03-24 19:02:41 -07:00
5f384eda0d Fix snippets file macro 2013-03-24 19:02:05 -07:00
5b3bc2653b Extra linebreaks in vimrc 2013-03-12 11:03:11 -07:00
2e32f224c6 Add git_gutter toggles 2013-03-06 09:15:40 -08:00
031f715659 Merge remote-tracking branch 'origin/master' 2013-01-25 17:41:18 -08:00
2e04bc2433 Unstash work-local changes and merge
- Fix gitconfig to use Kaleidoscope
- Toggle solarized background with <F10>
2013-01-24 16:30:53 -08:00
09c5de132f Set tags files for Vim 2013-01-23 13:24:37 -08:00
be971a79fa project.vim stuff 2013-01-16 21:07:53 -08:00
a8dde47e93 Merge remote-tracking branch 'origin/master'
Conflicts:
	vimrc
2013-01-13 10:19:57 -08:00
67339be8b9 Vim: add {find,source}_project_file() functions
- On VimEnter, look for and source (if found) a project.vim file containing
  settings specific to this project. Files are found by looking in the current
  working directory and searching up the tree until the root.
2013-01-13 10:12:34 -08:00
f64bce25cf Dark windows everywhere (again?) 2013-01-07 10:22:08 -08:00
b98cfe1c29 For command-t: return to default behavior -- buffers, instead of tabs 2013-01-07 10:13:30 -08:00