Commit graph

130 commits

Author SHA1 Message Date
0d8c7af709
[vim] set rtp for fzf installed from git 2017-11-11 15:05:09 -06:00
f413a9e616
[vim] adds search config and some consolidation 2017-10-23 11:13:12 -05:00
1412575a1b
[vim] set filetype to javascript for es6 files 2017-10-19 17:25:28 -05:00
6c9f277db3
[vim] added swap and undo stuff, dumped old crap 2017-09-27 14:20:24 -05:00
52870676fb
[vim] strip trailing spaces 2017-09-27 11:54:06 -05:00
1fd05d8762
[vim] back to basics 2017-09-25 18:34:58 -05:00
94feefebdb
[vim] back to vim 2017-09-07 11:08:34 -05:00
1065a9c1e2
[vim] cleanup whitespace 2017-09-01 22:07:20 -05:00
18dc9bf5d4
[vim] don't bark about the colorscheme
It's missing during the initial install, no reason to halt the installer
for that.
2017-08-08 12:04:47 -05:00
8b0c00e621
[vim] dumped submodules in favor of vim-plug
Hoping I did this correctly.
2017-08-08 11:35:34 -05:00
5327c86e9a
[vim] adds autoload directory and gitignore
Planning to move to using vim-plug, going to pull it down as part of the
install script
2017-08-08 11:11:34 -05:00
53cca16b73
[vim] set js checker to eslint 2017-06-26 11:28:53 -05:00
8fc789ad78
[vim] drop extra whitespace highlighting
Don't really need this if I'm going to be stripping trailing whitespace
on save. Would be nice to know why it didn't work in nvim though
2017-05-28 11:57:03 -05:00
66aba12c7b
[vim] stripe trailing whitespace on save 2017-05-28 11:56:21 -05:00
e736ecabf2
[vim] note to self 2017-05-28 11:27:46 -05:00
5d57c255b3
[vim] tweaking whitespace stuff
Can't seem to get the fucking whitespace to highlight red anymore :(
2017-05-28 11:26:32 -05:00
d43f0ca4c0
[vim] grouping vim stuff deprecated in nvim 2017-05-28 11:06:02 -05:00
8c54906b23
[vim] update trailing whitespace hotkey
Used to be 2, not it is 1. There can be only 1.
2017-05-28 10:55:15 -05:00
7fafba6041
[vim] add align plugin with hotkey
Leader+= on a line in a block of variables will align on the equal sign.
Had to disable Leader+tt cause it conflicts with Align
2017-05-28 10:48:27 -05:00
4596218aa5
[vim] nvim toggle 2017-05-27 16:16:51 -05:00
5707bc4246
[vim] transitioning to nvim 2017-05-27 16:02:23 -05:00
fa0375b974
[vim] add coffee script syntax 2017-05-27 14:41:46 -05:00
28bd500fca
[vim] fix leader+j,k
Was flip flopped
2017-05-26 13:27:05 -05:00
0e9b0ce223
[vim] enable spellcheck for markdown files
Me no spell so good, want vim help that. Also reformatted the readme a
bit
2017-04-24 00:28:31 -05:00
f4701cca42
[vim] add plugin to show number of matches 2017-04-15 13:11:07 -05:00
29c9ab308a
[vim] <Leader>b to better brace matching
Jumps to the end of the line and then does the matching from there.
Saves the extra jump when trying to jump between conditionals that use
braces
2017-04-15 12:38:33 -05:00
480175b4b3
[vim] <Leader>h,j,k,l to jump further
<Leader>h - First non-blank charater of line
<Leader>j - Beginning of buffer
<Leader>k - End of buffer
<Leader>l - End of line
2017-04-15 12:32:04 -05:00
7bf42073d7
[vim] toggle nu and rnu with hotkey 2017-03-17 16:02:26 -05:00
fdad38b355
[vim] dropped bundle update hotkey 2017-02-10 11:23:06 -06:00
747bb3b57f
[vim] dumped vundle for baked in packs 2017-02-10 11:15:58 -06:00
9a4ec34e87
[vim] cleaned up some indenting issues
split syntax plugins out as well. php was loading a file that was
blowing away smart indent so i reworked everything to be an autocmd
based on the file type. now defaulting to 2 space tabs for everything
except php
2017-02-04 20:32:01 -06:00
ca1aca8537
[vim] back on that solarized 2017-02-04 16:20:13 -06:00
40a96a8dd6
[vim] switches back to jellybeans
hybrid was giving me a bit of shit with my auto indenting. was also
doing dumb with my veritcal lines. jellybeans also has a fix for the
weird background color tearing i've been experiencing
2017-01-31 22:45:56 -06:00
e8172c1c48
[vim] fixes indenting and disables hardmode 2017-01-06 13:40:52 -06:00
c5ba340e4d
[vim] cleans up commented out crap 2016-12-10 20:44:25 -06:00
1f4aba0710
[vim] silences colorscheme error on install 2016-12-10 20:35:25 -06:00
Josh Sherman
9bd0180359 [vim] fixes filetypes
seems I borked the syntax while trying to be clever
2016-11-29 23:12:49 -06:00
Josh Sherman
3e2543a5c4 [vim] adds leader d to destory a buffer
also dropped some shit I no longer use as well as commenting out some
shit I don't even know what it does.
2016-11-29 22:31:38 -06:00
Josh Sherman
c8758f5352 [vim]: allows ctrlp to follow symlinks
Been driving me mad today.

Closes #8
2016-11-28 14:09:56 -06:00
Josh Sherman
46b97a1d2d [vim] adds leader q to quit 2016-11-25 21:18:12 -06:00
Josh Sherman
cb6d057346 [vim] drops tmux auto reload on save
stopped working, not worth it
2016-11-25 21:17:04 -06:00
Josh Sherman
032ea356b8 [vim] changes leader adds expand region plugin 2016-11-25 20:02:13 -06:00
Josh Sherman
285b00a6d6 [vim] drops jellybeans for hybrid
thanks @deanproxy
2016-11-25 11:44:06 -06:00
Josh Sherman
987a24dce8 [vim] clean up and removes remaining TODOs 2016-11-21 22:32:11 -06:00
Josh Sherman
873cdf743f [vim] dumps leader and colon remaps
Better to vim without them
2016-11-20 21:38:40 -06:00
Josh Sherman
4084254bef [vim] let there be hardmode
Tomorrow's going to fucking suck.
2016-11-20 14:15:56 -06:00
Josh Sherman
ef75d406dc [vim] moves gitignore to vim directory
Only using it for vim stuff, figured may as well move it.
2016-11-20 11:45:06 -06:00
Josh Sherman
ba65d6f74c [vim] adds yaml syntax 2016-11-20 11:25:54 -06:00
Josh Sherman
09a935c987 [vim] proper highlighting of cnf files
Forces dosini on a few file types. Also eliminates the need to indent
files as the colors are enough of a section marker. Seems there was some
stray dotprivate shit still floating around as well.
2016-11-20 11:11:54 -06:00
Josh Sherman
888ccf660b [vim] highlights stray whitespace without plugin
Dumped AfterColors and moved to having an autogroup. Did some other
cleanup as well. Can't seem to get highligting the long lines working in
conjunction with the extra whitespace highlighting.
2016-11-19 11:13:03 -06:00