Skip to content

Commit 60cf258

Browse files
committed
fix(docs): always update helptags for local plugins
1 parent b1134ab commit 60cf258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy/manage/task/plugin.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ M.build = {
8787

8888
M.docs = {
8989
skip = function(plugin)
90-
return not plugin._.dirty
90+
return not plugin._.is_local and not plugin._.dirty
9191
end,
9292
run = function(self)
9393
local docs = self.plugin.dir .. "/doc"

0 commit comments

Comments
 (0)