enable number lines
This commit is contained in:
parent
92dab794c6
commit
bcab7c8e9b
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue