1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00

enable number lines

This commit is contained in:
Wesley Dutra da Silva 2020-08-19 12:05:44 -03:00
parent 92dab794c6
commit bcab7c8e9b

View File

@ -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