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 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…
Cancel
Save