From 3e11140f778d6cbcf98e279aa7ddfcc04566f66c Mon Sep 17 00:00:00 2001 From: Cameron Ring Date: Wed, 3 Jul 2024 22:08:59 -0700 Subject: [PATCH] Fix #317 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 22de642..73624c5 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,6 @@ return { config = function() require('auto-session').setup({ auto_session_suppress_dirs = { '~/', '~/Projects', '~/Downloads', '/' }, - }, }) end, },