mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-04 06:57:34 +00:00
Merge e45a1cc2bf
into 6c3bda4aca
This commit is contained in:
commit
1644866b86
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ M.build = {
|
|||
|
||||
M.docs = {
|
||||
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,
|
||||
run = function(self)
|
||||
local docs = self.plugin.dir .. "/doc"
|
||||
|
|
Loading…
Add table
Reference in a new issue