Skip to content

Commit 684d6d2

Browse files
author
jghauser
committed
fix(health): checkhealth should be normal startup condition
1 parent a5ffbd0 commit 684d6d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/papis/config.lua

+3
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ function M:update(opts)
165165
end
166166
end
167167

168+
-- add checkhealth to filetypes (so papis gets loaded there)
169+
table.insert(newconf.init_filetypes, "checkhealth")
170+
168171
-- if debug mode is on, log level should be at least debug
169172
if newconf.enable_modules["debug"] == true then
170173
newconf.log = {

0 commit comments

Comments
 (0)