Included a line number

Signed-off-by: Valentin Popov <valentin@popov.link>
This commit is contained in:
Valentin Popov 2023-03-30 15:30:37 +04:00
parent a2349e19a8
commit de87a959a9
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401

View File

@ -8,3 +8,7 @@ augroup end
" Automatic file trimming when saving
autocmd BufWritePre * :%s/\s\+$//e
" Enable line number display
set number
set relativenumber