fix(health): remove superfluous config info lines
This commit is contained in:
parent
2b73ab1cd0
commit
bef6c4ca17
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue