diff options
author | June McEnroe <june@causal.agency> | 2011-11-29 16:41:41 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2011-11-29 16:41:41 -0500 |
commit | 8ad1b93ac2b68dd76f8fc2f95d57716e5a518a41 (patch) | |
tree | 85a09d7b9fa3bbcfc32991d2cb8fd75601635ffe /_vimrc | |
parent | Update updates to update updates more often (diff) | |
download | src-8ad1b93ac2b68dd76f8fc2f95d57716e5a518a41.tar.gz src-8ad1b93ac2b68dd76f8fc2f95d57716e5a518a41.zip |
Switched vim colorscheme to Tomorrow-Night
Diffstat (limited to '')
-rw-r--r-- | _vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_vimrc b/_vimrc index c3fc94c1..43f645dc 100644 --- a/_vimrc +++ b/_vimrc @@ -32,7 +32,7 @@ augroup END set autoindent set smartindent -colorscheme twilight +colorscheme Tomorrow-Night set nu " 4-space indents |