Enable line numbers in .vimrc.
This commit is contained in:
parent
c9d428dda8
commit
87a17a5c76
2
muttrc
2
muttrc
@ -31,7 +31,7 @@ color header red black "X-Spam-Status: YES"
|
||||
color header brightwhite black "X-Spam-Level:"
|
||||
color header red black "X-Virus-Scan:.*FOUND"
|
||||
color header brightwhite black "X-Greylist:"
|
||||
color status brightwhite red # color the status bar
|
||||
color status brightwhite green # color the status bar
|
||||
color body brightcyan default "(http|https|ftp|mailto|telnet|ssh)://[^ ]+"
|
||||
|
||||
## folders
|
||||
|
1
vimrc
1
vimrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user