aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-14 11:41:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-14 11:41:24 +1200
commit0ba998736aaceb27d4f46ecea46c46d0d1f8c614 (patch)
treee58ab54536d03d4400ac1cd823a600f628a5fa11 /vim/vimrc
parentRemove redundant :pwd from mapping (diff)
downloaddotfiles-0ba998736aaceb27d4f46ecea46c46d0d1f8c614.tar.gz
dotfiles-0ba998736aaceb27d4f46ecea46c46d0d1f8c614.zip
Simplify colorscheme comments
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc6
1 files changed, 1 insertions, 5 deletions
diff --git a/vim/vimrc b/vim/vimrc
index f0f0e476..2276ffb4 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -27,13 +27,9 @@ if has('syntax')
syntax enable
endif
- " Colorscheme handling
+ " Try to use sahara colorscheme with 'cursorline' set
try
-
- " Use sahara.vim colorscheme, if using gVim or a 256-color term
colorscheme sahara
-
- " Use the colorscheme's subtle 'cursorline', if it loaded
if exists('+cursorline')
set cursorline
endif