Re-enable cursorline

This commit is contained in:
David Morgan 2016-05-04 10:08:11 +01:00
parent c2e6a7bafc
commit 816441e1da
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -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 <silent> <Leader>l ml:execute 'match Search /\%'.line('.').'l/'<CR>
nnoremap <silent> <Leader>m ml:execute 'match'<CR>