diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index c45c3bce..0dc45b74 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -43,6 +43,9 @@ """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => General """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +"Show line number +set number + " Sets how many lines of history VIM has to remember set history=500