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
Josh Sherman
393a09bc5c
[vim] sorts stuff, clean up
2016-11-19 10:32:43 -06:00
Josh Sherman
a8e41099b9
Dump *.symlink nonsense
2016-11-16 11:09:22 -06:00
Josh Sherman
e1790b60e2
Restructuring a bit
2016-10-09 22:59:55 -05:00
Josh Sherman
4e4ab9dbdf
Tweaks
2016-10-02 10:18:43 -05:00
Josh Sherman
ffb15f7b2f
Merge branch 'master' of github.com:joshtronic/dotfiles
2016-09-18 21:04:27 -05:00
Josh Sherman
ed4288a243
CSS tab stop
...
Starting to think maybe I need a conditional that checks a bunch of
filetypes to do this
2016-09-18 21:03:07 -05:00
Josh Sherman
38b4b42abe
Merge branch 'master' of github.com:joshtronic/dotfiles
2016-09-12 12:20:04 -05:00
Josh Sherman
f610098e7c
Set tabs for js templates, added OSX lock and some TODOs
2016-09-12 12:18:43 -05:00
Josh Sherman
9e7fb1ea94
Golang stuff
...
and some clean up
2016-09-07 20:23:53 -05:00
Josh Sherman
6bb237976d
Merge branch 'master' of github.com:joshtronic/dotfiles
2016-09-07 20:20:54 -05:00
Josh Sherman
834de21d61
Stuff
2016-09-06 11:20:24 -05:00
Josh Sherman
798d0e8ae1
I dunno what this is
2016-09-05 12:15:08 -05:00
Josh Sherman
185dece6f7
Added global backup, swap, undo directories
...
Closes #13 Doesn't address visualizing the undo tree. Going to start
using `:undolist` and if I can add that to my workflow, I'll pursue
something like gundo.vim down the road
2016-08-19 09:24:57 -05:00
Josh Sherman
21ed51bd6c
Added <leader>d and <leader>p
...
Should make deleting for real and pasting the same thing multiple times
a ton easier.
2016-08-19 09:20:27 -05:00