Enable line numbers in .vimrc.

This commit is contained in:
Ryan Cavicchioni
2010-04-14 16:16:42 -05:00
parent c9d428dda8
commit 87a17a5c76
2 changed files with 2 additions and 1 deletions

1
vimrc
View File

@ -29,6 +29,7 @@ set showcmd " Show partial command in status line.
set ignorecase " Case insensitive searching.
set smartcase " Smart case matching.
set autowrite " Save before switching buffers.
set number
au BufNewFile,BufRead *.txt set ft=text
au FileType text set tw=72 spell spelllang=en_us nonumber