Skip to content

Commit 666ed7b

Browse files
committed
fix(build): make sure rplugin.vim is loaded when doing a build. Fixes #382
1 parent 0d0d587 commit 666ed7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/lazy/manage/task/plugin.lua

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ M.build = {
1313
return not (plugin._.dirty and plugin.build)
1414
end,
1515
run = function(self)
16+
vim.cmd([[silent! runtime plugin/rplugin.vim]])
17+
1618
Loader.load(self.plugin, { task = "build" })
1719

1820
local builders = self.plugin.build

0 commit comments

Comments
 (0)