diff --git a/vim/.vimrc b/vim/.vimrc index 8c8956a6..b016be41 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -99,6 +99,7 @@ set expandtab " When using , replace the tab character wit set smarttab " Always indent based on column number to align things easier set mouse=a " Enable mouse support in (a)ll modes +set number " Show numbers by default " ========================== " ========= colors =========