summaryrefslogtreecommitdiffstats
path: root/vim/plugin
Commit message (Expand)AuthorAgeFilesLines
* i don't think i have ever actually used the nopaste pluginJesse Luehrs2021-03-011-19/+0
* use full-path swap filesJesse Luehrs2021-03-011-1/+1
* fiddle around with vim colors a bitJesse Luehrs2019-07-082-9/+6
* store views in ~/.cache tooJesse Luehrs2018-12-221-0/+6
* move autobrace to its own repositoryJesse Luehrs2018-03-081-141/+0
* move diff-changes to its own repositoryJesse Luehrs2018-03-081-70/+0
* move history sync to its own external repositoryJesse Luehrs2018-03-081-78/+0
* don't add empty history linesJesse Luehrs2018-03-081-2/+4
* use a separate swap dir for vimJesse Luehrs2018-03-031-0/+6
* fix folds when entering and leaving the diff modeJesse Luehrs2017-11-051-3/+5
* remove one extra <Del>Jesse Luehrs2017-11-041-1/+1
* cr mappings should fire based on the closing char being nextJesse Luehrs2017-11-041-5/+5
* clean up the rainbow_paren plugin a bitJesse Luehrs2017-11-041-12/+8
* restore the old rainbow paren pluginJesse Luehrs2017-11-041-0/+100
* i think this tab override is probably a bit too opinionatedJesse Luehrs2017-10-311-6/+0
* fix collapsing braces when there's more than one extra lineJesse Luehrs2017-10-291-1/+1
* switch to a more maintained rainbow parens pluginJesse Luehrs2017-10-291-100/+0
* split out my settings into a plugin tooJesse Luehrs2017-10-291-0/+154
* pull a bunch of self-contained things out of my vimrcJesse Luehrs2017-10-297-0/+374
* convert all of my vim plugins to use pathogenJesse Luehrs2011-11-0910-5223/+0
* xs files should also use c snippetsJesse Luehrs2011-11-091-1/+1
* add zencoding vim pluginJesse Luehrs2011-08-101-0/+137
* add yankring pluginJesse Luehrs2011-03-021-0/+2499
* add the fuzzyfinder pluginJesse Luehrs2011-03-022-0/+266
* replace enhanced commentify with tcommentJesse Luehrs2011-03-022-1607/+143
* update snipmateJesse Luehrs2010-03-161-12/+38
* remove the skeletons plugin, snipmate is a better choiceJesse Luehrs2010-03-161-44/+0
* remove unused vim pluginsJesse Luehrs2010-01-164-10258/+0
* add fugitive plugin for vimJesse Luehrs2009-10-281-0/+1351
* don't change my foldmethodJesse Luehrs2009-06-031-1/+1
* add the snipmate pluginJesse Luehrs2009-06-031-0/+221
* remove snippetsemuJesse Luehrs2009-06-021-973/+0
* fix rainbow_paren to work with perl's custom indentingJesse Luehrs2009-05-061-8/+15
* move skeleton code into a pluginJesse Luehrs2009-05-051-0/+44
* matchit shouldn't map % in select modeJesse Luehrs2009-05-041-7/+7
* add snippetsemu vim pluginJesse Luehrs2009-05-041-0/+973
* update supertab pluginJesse Luehrs2009-05-031-22/+63
* dark foreground colors are pretty unreadable in the guidoy2009-03-041-6/+6
* add vim surround plugindoy2009-02-241-0/+628
* remove the surround plugin, it interferes with too many of my existing mappin...doy2009-01-051-628/+0
* add surround plugin (for adding quotes/parens/tags/etc)doy2009-01-041-0/+628
* add NERD_tree plugin (file browser)doy2009-01-041-0/+3733
* update matchit plugindoy2009-01-041-2/+3
* clean up namespace pollutiondoy2009-01-031-0/+1
* make rainbow_paren add gui highlighting toodoy2009-01-031-6/+7
* make textobj creation into config again, since the functions don't get define...doy2008-12-231-0/+5
* need to make the inner textobj generator function take varargs toodoy2008-12-231-5/+5
* convert regex textobj to allow arbitrary paired charactersdoy2008-12-231-7/+7
* move the textobj definition calls into the vimrc, rather than just having con...doy2008-12-231-11/+0
* make the other textobj callbacks publicdoy2008-12-231-2/+2