Remove cursorline from vimrc.

It makes things very slow when enabled on complex files.
See this github issue for context:

https://github.com/vim/vim/issues/2584
This commit is contained in:
David Tomaschik
2018-08-02 16:51:17 -07:00
parent 6d23e72bd7
commit 653fa39cf7

View File

@@ -51,7 +51,6 @@ imap <S-Tab> <Esc><<A
" Line numbering, ruler
set number
set ruler
set cursorline
" File options
set encoding=utf-8