From a10caa0dd64f2ca57048ef2f1faae242950687e3 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Tue, 27 Jun 2023 08:36:06 +0800 Subject: [PATCH] test(flygrep): improve bundle flygrep vimrc --- bundle/FlyGrep/test/vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bundle/FlyGrep/test/vimrc b/bundle/FlyGrep/test/vimrc index c70ea63a3..0e428d500 100644 --- a/bundle/FlyGrep/test/vimrc +++ b/bundle/FlyGrep/test/vimrc @@ -1,4 +1,8 @@ +set nocompatible let s:path = expand(':p:h:h') call execute('set rtp+=' . s:path) +filetype off set rtp+=. +filetype plugin indent on +syntax enable