Adding set nu to vimrc

This commit is contained in:
Dustin Swan
2011-09-01 11:01:12 -04:00
parent 0713c4fbdc
commit 71f6315dde

3
vimrc
View File

@@ -12,6 +12,9 @@ set noswapfile
set undodir=~/.vim/undodir
set undofile
" line numbers
set nu
" indentation
filetype plugin on
filetype indent on