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/statusline.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/statusline.lua')
| -rw-r--r-- | lua/config/statusline.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/config/statusline.lua b/lua/config/statusline.lua index 2babb50..1a521a6 100644 --- a/lua/config/statusline.lua +++ b/lua/config/statusline.lua @@ -130,6 +130,7 @@ require("lualine").setup { { "diagnostics", sources = { "nvim_diagnostic" }, + symbols = {error = 'đ ', warn = 'â ī¸ ', info = 'âšī¸ ', hint = 'ī '}, }, }, lualine_x = { |
