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,7 +1,7 @@
return {
"goolord/alpha-nvim",
event = "VimEnter",
enable = true,
enabled = true,
config = function()
local alpha = require("alpha")
local dashboard = require("alpha.themes.dashboard")