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