fix(config): resolve health check warnings and update docs

- Fix auto-session lazy loading to enable session restore
- Fix alpha.lua `enable` → `enabled` typo
- Disable Snacks.dashboard to prevent conflict with alpha-nvim
- Add Avante.nvim to README AI assistants section
- Install bash treesitter parser for noice cmdline highlighting
- Update changelog with fixes
This commit is contained in:
2026-01-10 22:58:23 -05:00
parent 8a09cf2c80
commit 537c0c4a41
5 changed files with 14 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
return {
"rmagatti/auto-session",
event = "VeryLazy",
lazy = false,
opts = {
log_level = "error",
auto_session_suppress_dirs = { "~/", "~/Dev/", "~/Downloads", "~/Documents", "~/Desktop/" },