From a52b29d46691984e42981fff5d4891c883068197 Mon Sep 17 00:00:00 2001 From: diniamo Date: Sun, 16 Jun 2024 19:58:14 +0200 Subject: [PATCH] tabline/bufferline: enable auto_toggle_bufferline by default This is due because this function is also used to show the bar intially. --- modules/plugins/tabline/nvim-bufferline/nvim-bufferline.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugins/tabline/nvim-bufferline/nvim-bufferline.nix b/modules/plugins/tabline/nvim-bufferline/nvim-bufferline.nix index 90ae482..da270a8 100644 --- a/modules/plugins/tabline/nvim-bufferline/nvim-bufferline.nix +++ b/modules/plugins/tabline/nvim-bufferline/nvim-bufferline.nix @@ -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."; }; }; };