We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rplugin.vim
1 parent 0d0d587 commit 666ed7bCopy full SHA for 666ed7b
lua/lazy/manage/task/plugin.lua
@@ -13,6 +13,8 @@ M.build = {
13
return not (plugin._.dirty and plugin.build)
14
end,
15
run = function(self)
16
+ vim.cmd([[silent! runtime plugin/rplugin.vim]])
17
+
18
Loader.load(self.plugin, { task = "build" })
19
20
local builders = self.plugin.build
0 commit comments