From 816441e1da4a7c699a5ee70830b83e15fd7f56a3 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Wed, 4 May 2016 10:08:11 +0100 Subject: [PATCH] Re-enable cursorline --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 1446963..a241739 100644 --- a/.vimrc +++ b/.vimrc @@ -330,7 +330,7 @@ let g:syntastic_check_on_open = 0 let g:syntastic_disabled_filetypes=['python'] " use jedi instead set colorcolumn=80 -"set cursorline +set cursorline nnoremap l ml:execute 'match Search /\%'.line('.').'l/' nnoremap m ml:execute 'match'