Skip to content

Commit 8c6d53b

Browse files
author
jghauser
committed
fix(health): don't force start papis
it doesn't seem needed and health should be able to run even if papis.nvim fails to load
1 parent c43bd28 commit 8c6d53b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lua/papis/health.lua

-4
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ local M = {}
8181

8282
---Main function called by checkhealth
8383
M.check = function()
84-
-- make sure papis.nvim is started as checkhealth can be called outside
85-
-- configured filetypes
86-
require("papis").start()
87-
8884
if not health then
8985
health = vim.health
9086
end

0 commit comments

Comments
 (0)