diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 11d1ed81..35db8b8c 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -78,6 +78,9 @@ endif "Always show current position set ruler +"Show line numbers +set number + " Height of the command bar set cmdheight=2