nvim-tree / nvim-tree.lua

A file explorer tree for neovim written in lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom icons do not replace the default after saving.

CleoMenezesJr opened this issue · comments

OS
Fedora Workstation 35

Neovim version
0.5.1

Nvim-tree version
origin/master

Describe the bug
custom icons do not replace the default after saving. Am I doing something wrong?

To Reproduce
image

After saving what? Buffer to disk? It will not work unless you source the file and reinitialise nvim-tree (if that's even possible, never tried — just restart nvim).

commented

setup must be called after setting g: variables, it's documented though 😄