From bef6c4ca1771f06767eb756578add39775f0f189 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 24 Feb 2026 18:54:53 -0500 Subject: [PATCH] fix(health): remove superfluous config info lines --- lua/pending/health.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lua/pending/health.lua b/lua/pending/health.lua index 67c1c09..8a12da4 100644 --- a/lua/pending/health.lua +++ b/lua/pending/health.lua @@ -12,10 +12,6 @@ function M.check() local cfg = config.get() vim.health.ok('Config loaded') vim.health.info('Data path: ' .. cfg.data_path) - vim.health.info('Default view: ' .. cfg.default_view) - vim.health.info('Default category: ' .. cfg.default_category) - vim.health.info('Date format: ' .. cfg.date_format) - vim.health.info('Date syntax: ' .. cfg.date_syntax) local data_dir = vim.fn.fnamemodify(cfg.data_path, ':h') if vim.fn.isdirectory(data_dir) == 1 then