From 32431d0ac60b115924270f3f7f00c6749b6a4bac Mon Sep 17 00:00:00 2001 From: Cameron Ring Date: Mon, 26 Aug 2024 13:16:03 -0700 Subject: [PATCH] docs: add checkhealth to the readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61aebd5..5f1fa4e 100644 --- a/README.md +++ b/README.md @@ -462,7 +462,13 @@ nvim --cmd "let g:auto_session_enabled = v:false" ## 🚧 Troubleshooting -For troubleshooting refer to the [wiki page](https://github.com/rmagatti/auto-session/wiki/Troubleshooting). +First run ':checkhealth auto-session' to see if it detects any problems. + +If that doesn't help, you can: + +- refer to the [wiki page](https://github.com/rmagatti/auto-session/wiki/Troubleshooting). +- check the [Discussions](https://github.com/rmagatti/auto-session/discussions) +- or file an [Issue](https://github.com/rmagatti/auto-session/issues) # Compatibility