From c92b283b5612ccc40c4a9fcf04b107b5f4394e60 Mon Sep 17 00:00:00 2001 From: ZeroKnight Date: Thu, 24 Apr 2014 01:08:06 -0400 Subject: [PATCH] setlocal nocursorcolumn For those who enjoy crosshairs :) --- autoload/startify.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/startify.vim b/autoload/startify.vim index e4c8673..0aecf92 100644 --- a/autoload/startify.vim +++ b/autoload/startify.vim @@ -68,7 +68,7 @@ function! startify#insane_in_the_membrane() abort endif setlocal noswapfile nobuflisted buftype=nofile bufhidden=wipe - setlocal nonumber nocursorline nolist statusline=\ startify + setlocal nonumber nocursorline nocursorcolumn nolist statusline=\ startify set filetype=startify if v:version >= 703