@@ -673,62 +673,10 @@ hook_source (String) or (Function)
673673 autoloaded.
674674 NOTE: | dpp-plugin-option-rtp | must not be empty string.
675675
676- *dpp-plugin-option-lua_add *
677- lua_add (String)
676+ *dpp-plugin-option-lua_xxx *
677+ lua_xxx (String)
678678 Lua language string hook instead of Vim script.
679- It is converted to | dpp-plugin-option-hook_add | key.
680- NOTE: It works only for Neovim or | +lua | .
681-
682- *dpp-plugin-option-lua_depends_update*
683- lua_depends_update (String)
684- Lua language string hook instead of Vim script.
685- It is converted to | dpp-plugin-option-hook_depends_update |
686- key.
687- NOTE: It works only for Neovim or | +lua | .
688- NOTE: To use the feature, you need to install
689- "dpp-ext-installer".
690- https://github.com/Shougo/dpp-ext-installer
691-
692- *dpp-plugin-option-lua_done_update*
693- lua_done_update (String)
694- Lua language string hook instead of Vim script.
695- It is converted to | dpp-plugin-option-hook_done_update | key.
696- NOTE: It works only for Neovim or | +lua | .
697- NOTE: To use the feature, you need to install
698- "dpp-ext-installer".
699- https://github.com/Shougo/dpp-ext-installer
700-
701- *dpp-plugin-option-lua_post_source*
702- lua_post_sources (String)
703- Lua language string hook instead of Vim script.
704- It is converted to | dpp-plugin-option-hook_post_source | key.
705- NOTE: It works only for Neovim or | +lua | .
706- NOTE: | dpp-plugin-option-rtp | must not be empty string.
707-
708- *dpp-plugin-option-lua_post_update*
709- lua_post_update (String)
710- Lua language string hook instead of Vim script.
711- It is converted to | dpp-plugin-option-hook_post_update | key.
712- NOTE: It works only for Neovim or | +lua | .
713- NOTE: To use the feature, you need to install
714- "dpp-ext-installer".
715- https://github.com/Shougo/dpp-ext-installer
716-
717- *dpp-plugin-option-lua_pre_update*
718- lua_pre_update (String)
719- Lua language string hook instead of Vim script.
720- It is converted to | dpp-plugin-option-hook_pre_update | key.
721- NOTE: It works only for Neovim or | +lua | .
722- NOTE: To use the feature, you need to install
723- "dpp-ext-installer".
724- https://github.com/Shougo/dpp-ext-installer
725-
726- *dpp-plugin-option-lua_source*
727- lua_source (String)
728- Lua language string hook instead of Vim script.
729- It is converted to | dpp-plugin-option-hook_source | key.
730- NOTE: It works only for Neovim or | +lua | .
731- NOTE: | dpp-plugin-option-rtp | must not be empty string.
679+ It is converted to "hook_xxx" key.
732680
733681------------------------------------------------------------------------------
734682LUA FUNCTIONS *dpp-lua-functions*
0 commit comments