Set relative number in vimrc
This commit is contained in:
parent
49b2f9f4fd
commit
01235806cc
1 changed files with 4 additions and 1 deletions
5
.vimrc
5
.vimrc
|
@ -4,9 +4,12 @@ set nocompatible
|
||||||
" set syntax highlighting
|
" set syntax highlighting
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
call pathogen#runtime_append_all_bundles()
|
" start pathogen
|
||||||
|
call pathogen#infect()
|
||||||
call pathogen#helptags()
|
call pathogen#helptags()
|
||||||
|
|
||||||
|
" set relative ruler with current line as real line number
|
||||||
|
set relativenumber
|
||||||
set number
|
set number
|
||||||
|
|
||||||
" set tabwidth
|
" set tabwidth
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue