mirror of https://github.com/folke/lazy.nvim.git
Compare commits
2 Commits
5c7629ae1b
...
2a21b18779
Author | SHA1 | Date |
---|---|---|
devxpain | 2a21b18779 | |
Folke Lemaitre | 60cf258a9a |
|
@ -87,7 +87,7 @@ M.build = {
|
||||||
|
|
||||||
M.docs = {
|
M.docs = {
|
||||||
skip = function(plugin)
|
skip = function(plugin)
|
||||||
return not plugin._.dirty
|
return not plugin._.is_local and not plugin._.dirty
|
||||||
end,
|
end,
|
||||||
run = function(self)
|
run = function(self)
|
||||||
local docs = self.plugin.dir .. "/doc"
|
local docs = self.plugin.dir .. "/doc"
|
||||||
|
|
Loading…
Reference in New Issue