mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
Update plugin.lua
This commit is contained in:
parent
96584866b9
commit
b5a0166c75
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ M.docs = {
|
|||
return not plugin._.dirty
|
||||
end,
|
||||
run = function(self)
|
||||
local docs = self.plugin.dir .. "/doc/"
|
||||
local docs = self.plugin.dir .. "/doc"
|
||||
if Util.file_exists(docs) then
|
||||
self.output = vim.api.nvim_cmd({ cmd = "helptags", args = { docs } }, { output = true })
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue