diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 68b79b82..b5292756 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -128,6 +128,9 @@ set tm=500 " Add a bit extra margin to the left set foldcolumn=1 +" Show line numbers +set nu + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Colors and Fonts