From aaeb6a813a9044892e5bb76ba4a3a61db08eae4d Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 10 Sep 2022 23:55:22 +0800 Subject: format with stylua --- lua/config/bufferline.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lua/config/bufferline.lua') diff --git a/lua/config/bufferline.lua b/lua/config/bufferline.lua index b68cfa8..9089a83 100644 --- a/lua/config/bufferline.lua +++ b/lua/config/bufferline.lua @@ -1,4 +1,4 @@ -require("bufferline").setup({ +require("bufferline").setup { options = { numbers = "buffer_id", close_command = "bdelete! %d", @@ -6,8 +6,8 @@ require("bufferline").setup({ left_mouse_command = "buffer %d", middle_mouse_command = nil, indicator = { - icon = '▎', -- this should be omitted if indicator style is not 'icon' - style = 'icon', + icon = "▎", -- this should be omitted if indicator style is not 'icon' + style = "icon", }, buffer_close_icon = "", modified_icon = "●", @@ -43,4 +43,4 @@ require("bufferline").setup({ always_show_bufferline = true, sort_by = "id", }, -}) +} -- cgit v1.2.3