diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 21:12:41 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 21:12:41 +0100 |
commit | 54a1f2ea85d47a7a6fe6547ce5beaec3f0d8cdfa (patch) | |
tree | 30bde1d03bf59b2f1fd3f80da15671b95346aa64 /lua/config | |
parent | f537e68d8ebab5808f4ec3168e6ccd1dafbd0f0d (diff) |
Remove indicator icon
Diffstat (limited to 'lua/config')
-rw-r--r-- | lua/config/bufferline.lua | 2 |
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 = "", |