From 0ba998736aaceb27d4f46ecea46c46d0d1f8c614 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 14 May 2019 11:41:24 +1200 Subject: Simplify colorscheme comments --- vim/vimrc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'vim/vimrc') 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 -- cgit v1.2.3