mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
cursorline kills performance
This commit is contained in:
parent
c816befe75
commit
6fda974db6
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
|
@ -103,7 +103,7 @@ set smarttab "tab insertion actually indents on line start
|
|||
set autoindent "new line copies indent from above
|
||||
|
||||
"feedback
|
||||
set cursorline "highlight current line
|
||||
"set cursorline "highlight current line
|
||||
set showmatch "highlight both matching parentheses
|
||||
set listchars=eol:¬,tab:→\ ,nbsp:•,trail:·
|
||||
set list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue