mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
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:
parent
42447cd3bf
commit
71064e8865
1 changed files with 1 additions and 1 deletions
|
@ -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.";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue