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:
parent
53894de44b
commit
4bce213ba9
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@
|
||||||
" Sets how many lines of history VIM has to remember
|
" Sets how many lines of history VIM has to remember
|
||||||
set history=500
|
set history=500
|
||||||
|
|
||||||
|
" Shows line numbers
|
||||||
|
set number
|
||||||
" Enable filetype plugins
|
" Enable filetype plugins
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
filetype indent on
|
filetype indent on
|
||||||
|
|
Loading…
Reference in a new issue