diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-21 01:34:44 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-21 01:34:44 +0800 |
| commit | 6e273e4a34fce8aa0a38e211ea33f881c3f78ea4 (patch) | |
| tree | f3a2579245a7c8bb4dc7494a3b421869468d21b1 | |
| parent | 899721b332013082fe759f9de5a2dfb71efd8fb2 (diff) | |
update bufferline conf
| -rw-r--r-- | lua/config/bufferline.lua | 2 |
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", |
