This commit is contained in:
Seong Yong-ju 2025-02-26 14:45:34 +00:00 committed by GitHub
commit 1644866b86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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