mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:20:05 +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/api/vim
|
||||||
_checkdir lua/spacevim/plugin
|
_checkdir lua/spacevim/plugin
|
||||||
_detact lua/spacevim/plugin/flygrep.lua
|
_detact lua/spacevim/plugin/flygrep.lua
|
||||||
|
_detact lua/spacevim/plugin/search.lua
|
||||||
_detact lua/spacevim.lua
|
_detact lua/spacevim.lua
|
||||||
_detact lua/spacevim/logger.lua
|
_detact lua/spacevim/logger.lua
|
||||||
_detact lua/spacevim/api.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')
|
let s:path = expand('<sfile>:p:h:h')
|
||||||
call execute('set rtp+=' . s:path)
|
call execute('set rtp+=' . s:path)
|
||||||
filetype off
|
filetype off
|
||||||
set rtp+=.
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
syntax enable
|
syntax enable
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user