set nocompatible let s:path = expand(':p:h:h') call execute('set rtp+=' . s:path) filetype off filetype plugin indent on syntax enable