1
0
Fork 0
mirror of https://github.com/folke/lazy.nvim.git synced 2025-04-02 22:26:34 +00:00

fix(docs): always update helptags for local plugins

This commit is contained in:
Folke Lemaitre 2024-11-10 07:28:51 +01:00
parent b1134ab82e
commit 60cf258a9a
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -87,7 +87,7 @@ M.build = {
M.docs = {
skip = function(plugin)
return not plugin._.dirty
return not plugin._.is_local and not plugin._.dirty
end,
run = function(self)
local docs = self.plugin.dir .. "/doc"