docs: update changelog for lualine disabled filetypes options

This commit is contained in:
ErinaYip 2026-05-10 19:59:26 +08:00 committed by raf
commit 2e6c437f98
2 changed files with 8 additions and 1 deletions

View file

@ -110,7 +110,7 @@ in {
};
winbar = mkOption {
type = listOf str;
default = [ ];
default = [];
description = "Filetypes to disable lualine on for winbar";
};
};