diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index c45c3bce..965ce872 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -140,6 +140,9 @@ endif " Add a bit extra margin to the left set foldcolumn=1 +" Show line number +set nu + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Colors and Fonts