From bcab7c8e9b09e91a933bf8acc4173ae7082e220a Mon Sep 17 00:00:00 2001 From: Wesley Dutra da Silva Date: Wed, 19 Aug 2020 12:05:44 -0300 Subject: [PATCH] enable number lines --- vimrcs/basic.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 4b3173ca..b8502a7b 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -157,6 +157,10 @@ endif " Set utf8 as standard encoding and en_US as the standard language set encoding=utf8 + +" Enable Numbers lines +set number + " Use Unix as the standard file type set ffs=unix,dos,mac