docs: update changelog for lualine disabled filetypes options

This commit is contained in:
ErinaYip 2026-05-10 19:59:26 +08:00
commit 13de788980
No known key found for this signature in database
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";
};
};