1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:30:04 +08:00
SpaceVim/bundle/FlyGrep/test/vimrc

9 lines
162 B
VimL
Vendored

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