From e2f348cb371e53d2d45bc2cd8f9a23d63db2d539 Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 25 Jul 2023 22:50:39 +0200 Subject: 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. --- lua/config/bufferline.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/config/bufferline.lua') 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 = "", -- cgit v1.2.3