aboutsummaryrefslogtreecommitdiff
path: root/lua/config/bufferline.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2023-07-25 22:50:39 +0200
committerjdhao <jdhao@hotmail.com>2023-07-25 22:53:20 +0200
commite2f348cb371e53d2d45bc2cd8f9a23d63db2d539 (patch)
treeceba37d4c77d218776115a349315b4c01fc680ed /lua/config/bufferline.lua
parentfc8175d32d0261393b184001b04109c8257609d1 (diff)
fix: missing nerdfonts
Since wezterm upgrade its support for Nerd Fonts 3.0, we should update the codepoints used for some of the Unicode Icons. Their code points are changed due to breaking changes in Nerd Fonts.
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 9089a83..6fa27ce 100644
--- a/lua/config/bufferline.lua
+++ b/lua/config/bufferline.lua
@@ -9,7 +9,7 @@ require("bufferline").setup {
icon = "▎", -- this should be omitted if indicator style is not 'icon'
style = "icon",
},
- buffer_close_icon = "",
+ buffer_close_icon = "",
modified_icon = "●",
close_icon = "",
left_trunc_marker = "",