From 9d1b3d1aff0864fe4c643c9b9e8ad265e530e57e Mon Sep 17 00:00:00 2001 From: "Rieger, Simon" Date: Fri, 14 Jul 2023 20:00:13 +0200 Subject: [PATCH] change vimrc --- dot_vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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