1 2 3 4 5 6 7 8 9 10 11 12 13 14
set nocompatible set noswapfile set nobackup set hidden set runtimepath-=~/.vim set runtimepath-=~/.vim/after let &runtimepath = expand("<sfile>:p:h:h") . "," . &runtimepath filetype plugin indent on syntax on set columns=80 lines=24 winpos 1337 0