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

Merge pull request #73 from jdhao/bufferline

update bufferline.nvim conf
This commit is contained in:
jdhao 2022-08-22 21:00:14 +08:00 committed by GitHub
commit 6d5cda0f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = "",