aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add VERSIONv0.1.2Tom Ryder2018-06-171-0/+1
|
* Rename to README.mdTom Ryder2018-06-171-0/+0
|
* Merge branch 'release/v0.1.1'v0.1.1Tom Ryder2018-05-311-1/+1
|\ | | | | | | | | * release/v0.1.1: Use explicit v: scope for version var
| * Use explicit v: scope for version varTom Ryder2018-05-311-1/+1
|/
* Tidyup for re-releasev0.1.0Tom Ryder2018-05-311-12/+7
|
* Add spell highlightingTom Ryder2017-11-071-0/+4
| | | | Just highlight everything bad in dark red so it's not too distracting.
* Revert "Only set background if not already dark"Tom Ryder2017-10-301-3/+1
| | | | | | This reverts commit 6d80bf50aac77ff951d0519bcb0cc9914131d933. This appears to be useless; I'm not sure why I thought it worked.
* Only set background if not already darkTom Ryder2017-10-301-1/+3
| | | | | This saves sourcing syncolor.vim again, since we're probably going to be doing that at least two more times.
* Explicitly set Normal GUI background colourTom Ryder2017-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | I don't use gVim often, so I didn't notice this was missing. I think Vim has been accommodating this omission until now with my hardcoded 'background' setting of "dark", since changed to use some conditional logic: >From ab104099db86661d1dcb86d58f1e318ae06dbb05 Mon Sep 17 00:00:00 2001 >From: Tom Ryder <tom@sanctum.geek.nz> >Date: Sun, 29 Oct 2017 23:27:59 +1300 >Subject: [PATCH] Switch on COLORFGBG to get background lightness > >Now that this environment variable is kept and updated in tmux after >54553ae, we should be able to either configure terminals or explicitly >set it during startup if we want to use lighter terminals. > >I'm much more comfortable with this than simply hardcoding it in the >configuration. > >This doesn't solve the problem of carrying the environment variable over >an SSH session, however, but I'm not really sure there's a solution to >that besides configuring sshd(8) itself to accept these variables in >transit.
* Observe two-tab indent convention in VimL filesTom Ryder2016-06-291-49/+49
|
* Strip trailing whitespaceTom Ryder2016-06-262-2/+0
|
* Remove screenshotTom Ryder2016-06-261-2/+0
| | | | No longer shows automatically in cgit
* Update commentTom Ryder2016-06-191-2/+3
|
* Restore NonText colorTom Ryder2016-05-021-1/+1
|
* Use default colors a bit moreTom Ryder2016-05-011-2/+2
|
* Adding screenshotTom Ryder2015-06-172-0/+2
|
* Remove some stuff that's better in ~/.vim/afterTom Ryder2015-06-042-10/+1
|
* HTTPS version of siteTom Ryder2014-06-091-1/+1
|
* Update site URLTom Ryder2014-02-241-1/+1
|
* Preserve background color for GvimTom Ryder2012-08-021-1/+1
| | | | I've made this same mistake before, too ...
* Use no background for normal textTom Ryder2012-07-301-1/+1
|
* Reworking README file.Tom Ryder2012-05-282-10/+17
|
* Add a link back to the originalTom Ryder2012-05-221-1/+1
|
* Add URL to my name as a linkTom Ryder2012-05-221-1/+1
|
* Merge branch 'master' of github.com:tejr/saharaTom Ryder2012-05-221-0/+1
|\
| * Merge pull request #1 from tupton/patch-1Tom Ryder2012-03-041-0/+1
| |\ | | | | | | Add a `CursorLine` style.
| | * Better (alphabetical) order.Thomas Upton2012-03-041-1/+1
| | |
| | * Add a `CursorLine` style. Thomas Upton2012-03-041-0/+1
| |/ | | | | Show the cursor line with a faint background and not an ugly and hard-to-see underline when `cursorline` is set.
* / New README file.Tom Ryder2012-05-222-5/+10
|/
* More file-specific tweaks.Tom Ryder2012-01-241-2/+16
| | | | Signed-off-by: Tom Ryder <tom@sanctum.geek.nz>
* Added background colors, thanks desimusxviiTom Ryder2012-01-241-1/+1
|
* Added diff color definitions.Tom Ryder2012-01-201-27/+31
|
* First commit. Should have been tracking this long ago given how much I've ↵Tom Ryder2012-01-192-0/+66
chopped everything up. Oh well.