1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update bufferline conf

This commit is contained in:
jdhao 2021-10-21 01:34:44 +08:00
parent 899721b332
commit 6e273e4a34

View File

@ -35,7 +35,7 @@ require("bufferline").setup({
show_close_icon = true, show_close_icon = true,
show_tab_indicators = true, show_tab_indicators = true,
persist_buffer_sort = true, -- whether or not custom sorted buffers should persist persist_buffer_sort = true, -- whether or not custom sorted buffers should persist
separator_style = "slant", separator_style = "bar",
enforce_regular_tabs = false, enforce_regular_tabs = false,
always_show_bufferline = true, always_show_bufferline = true,
sort_by = "id", sort_by = "id",