From 2b599cea4c94a424dacbeadbb49b264bdfee6e8d Mon Sep 17 00:00:00 2001 From: liaozd Date: Tue, 17 Mar 2015 13:59:01 +0800 Subject: [PATCH] show line number --- vimrcs/basic.vim | 3 +++ 1 file changed, 3 insertions(+) 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