mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:00:04 +08:00
fix(flygrep): detach spacevim.plugin.search
module
This commit is contained in:
parent
7330a362b0
commit
462d6455c3
@ -64,6 +64,7 @@ main () {
|
||||
_checkdir lua/spacevim/api/vim
|
||||
_checkdir lua/spacevim/plugin
|
||||
_detact lua/spacevim/plugin/flygrep.lua
|
||||
_detact lua/spacevim/plugin/search.lua
|
||||
_detact lua/spacevim.lua
|
||||
_detact lua/spacevim/logger.lua
|
||||
_detact lua/spacevim/api.lua
|
||||
|
1
bundle/FlyGrep/test/vimrc
vendored
1
bundle/FlyGrep/test/vimrc
vendored
@ -2,7 +2,6 @@ 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user