Update
This commit is contained in:
@@ -829,10 +829,9 @@ set expandtab
|
|||||||
|
|
||||||
set colorcolumn=80,120
|
set colorcolumn=80,120
|
||||||
|
|
||||||
set nostartofline " Don’t reset cursor to start of line when moving around.
|
set nostartofline " Don’t reset cursor to start of line when moving around.
|
||||||
set noeol " Don’t add empty newlines at the end of files
|
set noeol " Don’t add empty newlines at the end of files
|
||||||
autocmd InsertEnter * set cursorline " Show cursor line in insert mode
|
set cursorline " Show cursor line in insert mode
|
||||||
autocmd InsertLeave * set nocursorline " Hide cursor line in insert mode
|
|
||||||
|
|
||||||
" Set updatetime for CursorHold
|
" Set updatetime for CursorHold
|
||||||
" 300ms of no cursor movement to trigger CursorHold
|
" 300ms of no cursor movement to trigger CursorHold
|
||||||
|
|||||||
Reference in New Issue
Block a user