summaryrefslogtreecommitdiff
path: root/lua/config/bufferline.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-13 21:12:41 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-13 21:12:41 +0100
commit54a1f2ea85d47a7a6fe6547ce5beaec3f0d8cdfa (patch)
tree30bde1d03bf59b2f1fd3f80da15671b95346aa64 /lua/config/bufferline.lua
parentf537e68d8ebab5808f4ec3168e6ccd1dafbd0f0d (diff)
Remove indicator icon
Diffstat (limited to 'lua/config/bufferline.lua')
-rw-r--r--lua/config/bufferline.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/bufferline.lua b/lua/config/bufferline.lua
index f0ee8c7..851770b 100644
--- a/lua/config/bufferline.lua
+++ b/lua/config/bufferline.lua
@@ -15,7 +15,7 @@ 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_icon = "",
buffer_close_icon = "",
modified_icon = "●",
close_icon = "",