enable line numbers in vim
This commit is contained in:
parent
ef7a8dfccf
commit
2d3934c082
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ set guioptions-=T
|
||||||
set guioptions-=m
|
set guioptions-=m
|
||||||
set wildmenu
|
set wildmenu
|
||||||
set complete=.,w,b,u,t
|
set complete=.,w,b,u,t
|
||||||
|
set number
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue