diff options
| author | jdhao <jdhao@hotmail.com> | 2023-07-25 22:50:39 +0200 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2023-07-25 22:53:20 +0200 |
| commit | e2f348cb371e53d2d45bc2cd8f9a23d63db2d539 (patch) | |
| tree | ceba37d4c77d218776115a349315b4c01fc680ed /lua/config/bufferline.lua | |
| parent | fc8175d32d0261393b184001b04109c8257609d1 (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.lua | 2 |
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 = "", |
