Commit graph

27 commits

Author SHA1 Message Date
3398d0d657
Swap ZoomWin to ZoomWinTab
ZoomWin functions, but with errors on saving window state in neovim.
Replacing with ZoomWinTab resolves these errors at a minor cost: a new
tab is opened with the buffer.  I do not currently use tabs, but this
has the potential to impact future development
2017-10-17 23:53:04 -04:00
47a3bf1dfb
Swap ctrlp to fzf for faster fuzzy finds 2017-10-17 23:53:04 -04:00
aa8965ff94
Cleanup plugins 2017-09-12 09:11:38 -04:00
f113e0428c
Swap to nvim, but make sure vim still works 2017-08-31 00:23:40 -04:00
9917043378 Make row and column colorings more apparent 2016-11-16 09:13:36 -05:00
a7ffcadf70 Add the vim-git plugin
This is yet another way to fix my 72 character wrap issue.  vim-git
aggressively fixes my formatoptions locally for git files.  It also adds
syntax highlighting for my gitconfig which is useful
2016-09-14 11:34:48 -04:00
012d4eb643 The actual solution to my git line wrap problems
Apparently, I need formatoptions to include t for vim-fugitive to
correctly wrap at 72 characters. I have no idea why, but I guess this is
an indicator I should figure out what formatoptions actually is doing
for me instead of just copying it from someone else's vimrc.

Solution from http://stackoverflow.com/a/11023282 in one of the
comments.
2016-09-14 10:36:49 -04:00
3e653c3da3 Wrap lines at 72 in gitcommit file types
I'm not sure why vim-fugitive isn't doing this, but I'll just fix it on
my own.
2016-09-14 10:33:41 -04:00
28b0f32e33 format json 2016-08-26 13:40:18 -04:00
e1517026fc some more stuff 2016-08-18 19:10:48 -04:00
eafa67f1b8 Statusline changes, updatetime, plugin stuff 2016-08-16 00:27:42 -04:00
be089e1b80 Abstract function to plugin 2016-08-15 22:41:18 -04:00
f621c6baef Detect all thigns filetype! 2016-08-15 20:25:07 -04:00
eff7e9d880 Revamp 2016-08-14 20:57:24 -04:00
9ec6655393 and exclude pattern 2016-06-08 17:11:24 -04:00
e34efb8243 Tryout editorconfig
Requires installation of editorconfig client

homebrew editorconfig on mac
2016-06-08 17:08:23 -04:00
fc4d55b1e8 For vue.. 2016-05-17 21:05:24 -04:00
a51b4c4533 Fix vim background for certain situations
For some reason, vim will load on some of my Ubuntu machines with
a greyish background that does weird things. Setting background to
dark seems to fix these issues so I am going to roll with it.
2016-03-01 13:59:02 -05:00
290a2e73dd Not ideal for me 2016-02-22 17:01:07 -05:00
2f1cfbad5a Some stuff for go 2016-02-22 14:04:11 -05:00
f0a7112908 Vim changes
* persistent undo and autowrite
* Neat search and stop mapping cap q
* fix fat finger
* auto indent smarter
2016-02-17 21:21:45 -05:00
909dad929c Zooming...like with tmux! 2016-02-17 16:58:20 -05:00
a59552e75a bclose to vundle 2016-02-11 08:42:06 -05:00
e586f1661f Remove gitgutter fixes 2016-01-28 11:03:53 -05:00
8ed71cb139 Some old stuff, some ruby 2016-01-04 10:33:14 -05:00
b4ce8cbd29 Prefer Plugin to Bundle 2015-12-10 10:42:05 -05:00
6a3e7e7936 Create a Makefile for installation 2015-03-26 14:44:49 -04:00
Renamed from .vimrc (Browse further)