diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index d2adb1c6..e9149329 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -30,6 +30,10 @@ """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => General """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" + +" Display line numbers +set number + " Sets how many lines of history VIM has to remember set history=500