Skip to content

Icons all seemed to be broken? #1865

@isaaclem90

Description

@isaaclem90

Description

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

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?
image

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

  1. Fresh installed nvim-tree, toggle on and noticed all icons are broken

Expected behavior

No response

Actual behavior

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions