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