From 95c1401803940c5471aa47cdd06fd4104fb5feba Mon Sep 17 00:00:00 2001 From: Milton Montero Date: Thu, 12 Jan 2023 09:52:29 +0000 Subject: [PATCH] Change bufferline separator to thin. --- lua/plugins/bufferline.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/bufferline.lua b/lua/plugins/bufferline.lua index 18060ef..af858cc 100644 --- a/lua/plugins/bufferline.lua +++ b/lua/plugins/bufferline.lua @@ -12,7 +12,7 @@ require('bufferline').setup({ show_buffer_icons = true, show_buffer_close_icons = false, show_close_icon = false, - separator_style = 'slant', + separator_style = 'thin', -- Don't show bufferline over vertical, unmodifiable buffers offsets = {{ filetype = 'NvimTree',