Skip to content

Commit

Permalink
Merge pull request #365 from rmagatti/fix-not-lazy-suggestion
Browse files Browse the repository at this point in the history
Fix not-lazy suggestion
  • Loading branch information
rmagatti authored Aug 27, 2024
2 parents 65de1af + c01f408 commit 889326a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/auto-session/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ local function check_lazy_settings()
.. [[
{
'rmagatti/auto-session',
lazy = true,
lazy = false,
opts = {
-- your config here
}
Expand Down

0 comments on commit 889326a

Please sign in to comment.