mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:40:06 +08:00
test(flygrep): improve bundle flygrep vimrc
This commit is contained in:
parent
4f0426808a
commit
a10caa0dd6
4
bundle/FlyGrep/test/vimrc
vendored
4
bundle/FlyGrep/test/vimrc
vendored
@ -1,4 +1,8 @@
|
|||||||
|
set nocompatible
|
||||||
let s:path = expand('<sfile>:p:h:h')
|
let s:path = expand('<sfile>:p:h:h')
|
||||||
call execute('set rtp+=' . s:path)
|
call execute('set rtp+=' . s:path)
|
||||||
|
filetype off
|
||||||
set rtp+=.
|
set rtp+=.
|
||||||
|
filetype plugin indent on
|
||||||
|
syntax enable
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user