Remove cursorline option

This commit is contained in:
Kenneth Benzie 2018-08-30 23:37:28 +01:00
parent 6c818dd2d7
commit 6fb2f7a01c

View File

@ -21,8 +21,6 @@ endif
set laststatus=2 set laststatus=2
" Show the line and colum number of a cursor position " Show the line and colum number of a cursor position
set ruler set ruler
" Show the current line with different highlighting
set cursorline
" Enhanced command line completion " Enhanced command line completion
set wildmenu set wildmenu