2023-07-02 14:00:13 +08:00
|
|
|
set nocompatible
|
|
|
|
let s:path = expand('<sfile>:p:h:h')
|
2023-07-02 17:41:11 +08:00
|
|
|
set runtimepath=$VIMRUNTIME
|
2023-07-02 14:00:13 +08:00
|
|
|
call execute('set rtp+=' . s:path)
|
|
|
|
filetype off
|
|
|
|
filetype plugin indent on
|
|
|
|
syntax enable
|
|
|
|
|
|
|
|
|