diff options
-rw-r--r-- | lua/user/bufferline.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lua/user/bufferline.lua b/lua/user/bufferline.lua index 2d9f47f..92ab513 100644 --- a/lua/user/bufferline.lua +++ b/lua/user/bufferline.lua @@ -14,7 +14,10 @@ bufferline.setup { -- NOTE: this plugin is designed with this icon in mind, -- and so changing this is NOT recommended, this is intended -- as an escape hatch for people who cannot bear it for whatever reason - indicator_icon = "▎", + indicator = { + style = 'icon', + icon = "▎", + }, buffer_close_icon = "", -- buffer_close_icon = '', modified_icon = "●", |