fix: line numbers

This commit is contained in:
Markus Pesch 2018-09-12 23:23:56 +02:00
parent 1940226997
commit 69e1e72a3f
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

2
vimrc
View File

@ -12,7 +12,7 @@ set smarttab
set textwidth=72
" Show row numbers
set rnu
set nu
" Strip trailing whitespaces
autocmd BufWritePre * %s/\s\+$//e