chore(vim): change tab style for bufferline

This commit is contained in:
Stefan Imhoff
2021-12-20 16:17:49 +01:00
parent d0eaecece3
commit f1dfd0928c

View File

@@ -29,7 +29,7 @@ bufferline.setup({
view = "multiwindow",
show_buffer_close_icons = true,
show_close_icon = false,
separator_style = "slant",
separator_style = "thin",
diagnostics = "nvim_lsp",
diagnostics_update_in_insert = false,
diagnostics_indicator = function(count, level, diagnostics_dict, context)