This commit is contained in:
2026-01-16 11:57:36 +04:00
parent a5dc8c455c
commit 31dd1f30e9

View File

@@ -829,10 +829,9 @@ set expandtab
set colorcolumn=80,120
set nostartofline " Dont reset cursor to start of line when moving around.
set noeol " Dont add empty newlines at the end of files
autocmd InsertEnter * set cursorline " Show cursor line in insert mode
autocmd InsertLeave * set nocursorline " Hide cursor line in insert mode
set nostartofline " Dont reset cursor to start of line when moving around.
set noeol " Dont add empty newlines at the end of files
set cursorline " Show cursor line in insert mode
" Set updatetime for CursorHold
" 300ms of no cursor movement to trigger CursorHold