aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/config/bufferline.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/bufferline.lua b/lua/config/bufferline.lua
index 027e557..fdf7ba1 100644
--- a/lua/config/bufferline.lua
+++ b/lua/config/bufferline.lua
@@ -35,7 +35,7 @@ require("bufferline").setup({
show_close_icon = true,
show_tab_indicators = true,
persist_buffer_sort = true, -- whether or not custom sorted buffers should persist
- separator_style = "slant",
+ separator_style = "bar",
enforce_regular_tabs = false,
always_show_bufferline = true,
sort_by = "id",