diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 66c75335..428df667 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -139,6 +139,9 @@ set tm=500 " Add a bit extra margin to the left set foldcolumn=1 +" Show line number +set nu + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Colors and Fonts