about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
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 <silent> <Leader>l ml:execute 'match Search /\%'.line('.').'l/'<CR>
 nnoremap <silent> <Leader>m ml:execute 'match'<CR>