change vimrc

This commit is contained in:
Rieger, Simon 2023-07-14 20:00:13 +02:00
parent 3f926b51df
commit 9d1b3d1aff

View file

@ -33,10 +33,10 @@ filetype indent on
syntax on
" Add numbers to each line on the left-hand side.
"set number
set number
" Highlight cursor line underneath the cursor horizontally.
"set cursorline
set cursorline
" Highlight cursor line underneath the cursor vertically.
"set cursorcolumn