From eb3e8144b180c19dbef59cf19478176bc3f58b09 Mon Sep 17 00:00:00 2001 From: haoxin Date: Thu, 13 Feb 2014 17:40:49 +0800 Subject: [PATCH] Show line numbers --- vimrcs/basic.vim | 3 +++ 1 file changed, 3 insertions(+) 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