mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
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:
@@ -51,7 +51,6 @@ imap <S-Tab> <Esc><<A
|
||||
" Line numbering, ruler
|
||||
set number
|
||||
set ruler
|
||||
set cursorline
|
||||
|
||||
" File options
|
||||
set encoding=utf-8
|
||||
|
||||
Reference in New Issue
Block a user