Adding set nu to vimrc
This commit is contained in:
parent
0713c4fbdc
commit
71f6315dde
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
|
@ -12,6 +12,9 @@ set noswapfile
|
||||||
set undodir=~/.vim/undodir
|
set undodir=~/.vim/undodir
|
||||||
set undofile
|
set undofile
|
||||||
|
|
||||||
|
" line numbers
|
||||||
|
set nu
|
||||||
|
|
||||||
" indentation
|
" indentation
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
filetype indent on
|
filetype indent on
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue