|
|
@ -9,6 +9,8 @@ set linebreak " don't wrap words by default |
|
|
|
set textwidth=0 " don't wrap lines by default |
|
|
|
set ruler " show the cursor position all the time |
|
|
|
|
|
|
|
set backupskip+=/etc/crontabs.* " fix crontab -e |
|
|
|
|
|
|
|
if filereadable(expand("$VIMRUNTIME/syntax/synload.vim")) |
|
|
|
syntax on |
|
|
|
endif |
|
|
|