diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 66c75335..19d8af58 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=700