mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:10:04 +08:00
fix(flygrep): include files required for the lua logger api
This commit is contained in:
parent
55b361482b
commit
5216b5ea38
@ -36,6 +36,7 @@ main () {
|
||||
_checkdir autoload/SpaceVim/api/data
|
||||
_checkdir autoload/SpaceVim/mapping
|
||||
_checkdir autoload/SpaceVim/plugins
|
||||
_checkdir lua/spacevim/api
|
||||
_detact autoload/SpaceVim/plugins/flygrep.vim
|
||||
_detact autoload/SpaceVim/api.vim
|
||||
_detact autoload/SpaceVim/api/logger.vim
|
||||
@ -59,6 +60,10 @@ main () {
|
||||
_detact autoload/SpaceVim/api/time.vim
|
||||
_detact autoload/SpaceVim/mapping/search.vim
|
||||
_detact autoload/SpaceVim/logger.vim
|
||||
_detact lua/spacevim.lua
|
||||
_detact lua/spacevim/api.lua
|
||||
_detact lua/spacevim/api/logger.lua
|
||||
_detact lua/spacevim/logger.lua
|
||||
_detact syntax/SpaceVimFlyGrep.vim
|
||||
_default_readme "FlyGrep.vim" "Grep on the fly in Vim/Neovim"
|
||||
_detact LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user