mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:50:04 +08:00
8 lines
150 B
VimL
Vendored
8 lines
150 B
VimL
Vendored
set nocompatible
|
|
let s:path = expand('<sfile>:p:h:h')
|
|
call execute('set rtp+=' . s:path)
|
|
filetype off
|
|
filetype plugin indent on
|
|
syntax enable
|
|
|