mirror of https://github.com/folke/lazy.nvim.git
Compare commits
1 Commits
2a21b18779
...
5c7629ae1b
Author | SHA1 | Date |
---|---|---|
devxpain | 5c7629ae1b |
|
@ -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._.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