1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 20:30:05 +08:00

test(flygrep): improve bundle flygrep vimrc

This commit is contained in:
wsdjeg 2023-06-27 08:36:06 +08:00
parent 4f0426808a
commit a10caa0dd6

View File

@ -1,4 +1,8 @@
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