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

set relativenumber

This commit is contained in:
StevenHugo 2020-07-15 19:18:32 +08:00 committed by GitHub
parent 92dab794c6
commit 1f23a21dc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,8 @@
" Sets how many lines of history VIM has to remember
set history=500
set relativenumber
" Enable filetype plugins
filetype plugin on
filetype indent on