mirror of https://github.com/folke/lazy.nvim.git
Compare commits
1 Commits
d724b64371
...
f7fbfbd400
Author | SHA1 | Date |
---|---|---|
Erik Lilja | f7fbfbd400 |
|
@ -87,7 +87,7 @@ M.build = {
|
|||
|
||||
M.docs = {
|
||||
skip = function(plugin)
|
||||
return not plugin._.is_local and not plugin._.dirty
|
||||
return not plugin._.dirty
|
||||
end,
|
||||
run = function(self)
|
||||
local docs = self.plugin.dir .. "/doc"
|
||||
|
|
Loading…
Reference in New Issue