Skip to content

folder name word color error #1269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
xaotag opened this issue May 14, 2022 · 1 comment
Closed

folder name word color error #1269

xaotag opened this issue May 14, 2022 · 1 comment
Labels
awaiting feedback bug Something isn't working

Comments

@xaotag
Copy link

xaotag commented May 14, 2022

Description

image
image

Neovim version

NVIM v0.8.0-dev+203-g9e4286294f
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3

Operating system and version

arch 5.17.6-arch1-1

nvim-tree version

90d7b8e

Minimal config

require'nvim-tree'.setup { -- BEGIN_DEFAULT_OPTS
} -- END_DEFAULT_OPTS
vim.cmd([[
 let g:nvim_tree_icons = {
    \ 'default': "",
    \ 'symlink': "",
    \ 'git': {
    \   'unstaged': "✗",
    \   'staged': "✓",
    \   'unmerged': "",
    \   'renamed': "➜",
    \   'untracked': "",
    \   'deleted': "",
    \   'ignored': "◌"
    \   },
    \ 'folder': {
    \   'arrow_open': "",
    \   'arrow_closed': "",
    \   'default': "",
    \   'open': "",
    \   'empty': "",
    \   'empty_open': "",
    \   'symlink': "",
    \   'symlink_open': "",
    \   }
    \ }
 ]])

Steps to reproduce

/

Expected behavior

No response

Actual behavior

No response

@xaotag xaotag added the bug Something isn't working label May 14, 2022
@alex-courtis
Copy link
Member

This is a recently introduced bug, which has been reverted #1259

Please update to the latest version of nvim-tree.lua or the nightly tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting feedback bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants