aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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