From ec5a4cae537a017fb4cfa2f5cc23fe1c85aa8683 Mon Sep 17 00:00:00 2001 From: Weihao Feng Date: Thu, 4 Apr 2024 02:34:57 +0200 Subject: [PATCH] New option "tabufline.show_tabs_always" Draw the tabs even if there's only one buffer opened. --- lua/nvconfig.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/nvconfig.lua b/lua/nvconfig.lua index 499394fc..3ee6c91d 100644 --- a/lua/nvconfig.lua +++ b/lua/nvconfig.lua @@ -31,6 +31,7 @@ M.ui = { -- lazyload it when there are 1+ buffers tabufline = { enabled = true, + show_tabs_always = false, lazyload = true, order = { "treeOffset", "buffers", "tabs", "btns" }, modules = nil,