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

8 lines
150 B
VimL
Raw Permalink Normal View History

set nocompatible
2023-06-27 02:03:40 +08:00
let s:path = expand('<sfile>:p:h:h')
call execute('set rtp+=' . s:path)
filetype off
filetype plugin indent on
syntax enable
2023-06-27 02:03:40 +08:00