Description
I've just freshly installed both nvim and nvim-tree but the icons seems to be broken? Kindly refer to the image below

Below is the configuration I have on iterms2 and that the font & icons are able to load perfectly normal in the terminal itself.
Not sure if anyone can guide me through on setting it up?

Neovim version
NVIM v0.8.2
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by brew@Monterey
Operating system and version
macOS Monterey 12.6.2
nvim-tree version
Latest
Minimal config
local setup, nvimtree = pcall(require, "nvim-tree")
if not setup then
return
end
-- recommended settings from nvim-tree documentation
vim.g.loaded = 1
vim.g.loaded_netrwPlugin = 1
nvimtree.setup()
Steps to reproduce
- Fresh installed nvim-tree, toggle on and noticed all icons are broken
Expected behavior
No response
Actual behavior
No response
Description
I've just freshly installed both nvim and nvim-tree but the icons seems to be broken? Kindly refer to the image below

Below is the configuration I have on iterms2 and that the font & icons are able to load perfectly normal in the terminal itself.
Not sure if anyone can guide me through on setting it up?

Neovim version
Operating system and version
macOS Monterey 12.6.2
nvim-tree version
Latest
Minimal config
Steps to reproduce
Expected behavior
No response
Actual behavior
No response