1
0
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:
wsdjeg 2023-06-27 17:04:45 +08:00
parent 7330a362b0
commit 462d6455c3
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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