From aed5a5bd9b62231887f6767ccca2c23f1c86dd4c Mon Sep 17 00:00:00 2001 From: androidyue Date: Thu, 20 Dec 2018 21:25:32 +0800 Subject: [PATCH] add the configuration to show line numbers --- vimrcs/basic.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 11d1ed81..35db8b8c 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -78,6 +78,9 @@ endif "Always show current position set ruler +"Show line numbers +set number + " Height of the command bar set cmdheight=2