Included a line number

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

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