summaryrefslogtreecommitdiffstats
path: root/vim/after
Commit message (Collapse)AuthorAgeFilesLines
* convert to stowJesse Luehrs2023-10-081-1/+0
|
* set textwidth for rust filesJesse Luehrs2019-07-101-0/+1
|
* remove some vim config that i don't use anymoreJesse Luehrs2017-10-201-2/+0
|
* stop using perl omnicompletion, it's annoyingly slowJesse Luehrs2012-01-021-22/+0
|
* get rid of duplicate definition warningsJesse Luehrs2011-11-161-1/+1
|
* let's give the perl omnicompletion a tryJesse Luehrs2011-11-101-0/+22
|
* convert all of my vim plugins to use pathogenJesse Luehrs2011-11-091-35/+0
|
* update snipmateJesse Luehrs2010-03-161-3/+14
|
* add the snipmate pluginJesse Luehrs2009-06-031-0/+24
|
* remove snippetsemuJesse Luehrs2009-06-0233-1151/+0
|
* for snippet should default to starting at 0Jesse Luehrs2009-05-211-1/+1
|
* c snippets formattingJesse Luehrs2009-05-181-1/+1
|
* fix up the class snippet a bitJesse Luehrs2009-05-121-1/+1
|
* get rid of the "skip to the next line" behaviorJesse Luehrs2009-05-121-16/+16
|
* add snippet for a bare else blockJesse Luehrs2009-05-121-0/+1
|
* add snippet for a while loopJesse Luehrs2009-05-121-0/+1
|
* more reformatting of c snippetsJesse Luehrs2009-05-121-5/+5
|
* add snippets for iterating over vectors and mapsJesse Luehrs2009-05-121-0/+2
|
* reformat some of the c snippetsJesse Luehrs2009-05-121-3/+10
|
* update moose snippets with a better "remove unchanged line" functionJesse Luehrs2009-05-111-11/+11
|
* add snippets for incrementing T::B and Carp levelsJesse Luehrs2009-05-061-0/+6
|
* update moose_snippetsJesse Luehrs2009-05-051-7/+12
|
* add perl snippets for if/elsif/elseJesse Luehrs2009-05-051-0/+12
|
* update the perl snippets to use my helper functionsJesse Luehrs2009-05-051-9/+22
|
* steal sartak's perl snippetsJesse Luehrs2009-05-051-17/+10
|
* make the perl snippets file load the moose snippetsJesse Luehrs2009-05-051-0/+2
|
* add moose snippetsJesse Luehrs2009-05-051-0/+86
|
* add snippetsemu vim pluginJesse Luehrs2009-05-0432-0/+1023
|
* need to add lib to the path after the packaged perl ftplugin, since it ↵doy2009-01-041-0/+2
hard-sets the option