tabline/bufferline: enable auto_toggle_bufferline by default

This is due because this function is also used to show the bar intially.
This commit is contained in:
diniamo 2024-06-16 19:58:14 +02:00
parent 42447cd3bf
commit 71064e8865
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ in {
sort_by = mkOption {
type = either (enum ["insert_after_current" "insert_at_end" "id" "extension" "relative_directory" "directory" "tabs"]) luaInline;
default = "extension";
description = "Method to sort buffers by. Must be one of the supported valuees, or an inline Lua value.";
description = "Method to sort buffers by. Must be one of the supported values, or an inline Lua value.";
};
};
};