Adding set nu to vimrc

master
Dustin Swan 13 years ago
parent 0713c4fbdc
commit 71f6315dde

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

Loading…
Cancel
Save