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

update bufferline.nvim conf

This commit is contained in:
jdhao 2022-08-22 20:59:26 +08:00
parent e57e747b26
commit 4d35362e83

View File

@ -5,7 +5,10 @@ require("bufferline").setup({
right_mouse_command = nil,
left_mouse_command = "buffer %d",
middle_mouse_command = nil,
indicator_icon = "",
indicator = {
icon = '', -- this should be omitted if indicator style is not 'icon'
style = 'icon',
},
buffer_close_icon = "",
modified_icon = "",
close_icon = "",