diff options
author | David Morgan <david.morgan@gmail.com> | 2016-05-04 10:08:11 +0100 |
---|---|---|
committer | David Morgan <david.morgan@gmail.com> | 2016-05-04 10:08:11 +0100 |
commit | 816441e1da4a7c699a5ee70830b83e15fd7f56a3 (patch) | |
tree | 5331161d2d77131ca7cddc2075eff95a00af2888 | |
parent | c2e6a7bafc7a4bce4926ff4438005b3470df6411 (diff) | |
download | dotfiles-816441e1da4a7c699a5ee70830b83e15fd7f56a3.tar.gz |
Re-enable cursorline
-rw-r--r-- | .vimrc | 2 |
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> |