mirror of
1
0
Fork 0

set number

This is a great vimrc, I was very surprised that there were no line numbers (easy fix) I added it under general.
This commit is contained in:
snkemp 2017-12-13 19:31:38 -05:00 committed by GitHub
parent 53894de44b
commit 4bce213ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@
" Sets how many lines of history VIM has to remember
set history=500
" Shows line numbers
set number
" Enable filetype plugins
filetype plugin on
filetype indent on