Skip to content

Commit

Permalink
fix: soften checkhealth messaging for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronr committed Aug 23, 2024
1 parent bffa497 commit 79bb411
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/auto-session/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ function M.check()

start "Config"
if Config.has_old_config then
warn(
"You have old config names. You should update your config to:\n"
info(
"You have old config names. You could update your config to:\n"
.. vim.inspect(Config.options_without_defaults)
.. "\n\nYou may also need to remove any vim global config settings"
.. "\n\nYou could also need to remove any vim global config settings"
)
else
ok("\n" .. vim.inspect(Config.options_without_defaults))
Expand Down

0 comments on commit 79bb411

Please sign in to comment.