diff --git a/dot_vimrc b/dot_vimrc index def9255..46c089e 100644 --- a/dot_vimrc +++ b/dot_vimrc @@ -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