Update plugin.lua

This commit is contained in:
PG Herveou 2024-01-15 09:44:53 +01:00 committed by GitHub
commit b5a0166c75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ M.docs = {
return 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"
if Util.file_exists(docs) then if Util.file_exists(docs) then
self.output = vim.api.nvim_cmd({ cmd = "helptags", args = { docs } }, { output = true }) self.output = vim.api.nvim_cmd({ cmd = "helptags", args = { docs } }, { output = true })
end end