From 7eb1ded05d647500b1488d025dbb65d71411c27e Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 13 Apr 2023 02:36:01 +0100 Subject: [PATCH] nvim/ui: actually... don't show bufferline on single buffer It seems a lot nicer with a clean minimal view, especially on the alpha-nvim dashboard. --- nvim/lua/plugins/ui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/plugins/ui.lua b/nvim/lua/plugins/ui.lua index dccc956..90e0b1b 100644 --- a/nvim/lua/plugins/ui.lua +++ b/nvim/lua/plugins/ui.lua @@ -8,7 +8,7 @@ return { ---@type BufferlineConfig opts = { options = { - always_show_bufferline = true, + always_show_bufferline = false, }, }, }, -- 2.48.1