summaryrefslogtreecommitdiffstats
path: root/lua/user/bufferline.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/bufferline.lua')
-rw-r--r--lua/user/bufferline.lua5
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 = "●",