1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 09:40:06 +08:00
SpaceVim/bundle/git.vim/test/vimrc
2023-07-02 14:00:13 +08:00

9 lines
144 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