Issue
When having some kind of executable/binary (.o, .exe, .elf, .a, etc) file in some directory, trying to open/expand that directory in NeoTree results in the below error (screenshot)
How to reproduce
- Compile any program (i used C/C++)
- open the folder the compiled file was put into
- the below error appears

Environment
OS: Windows x64
NeoVim (v0.9.0-dev-964+g1539f7136) installed trough chocolatey
Im using packer.nvim for packages
neo-tree config: default
packer neo-tree setup:
use { "nvim-neo-tree/neo-tree.nvim",
branch = "v2.x",
requires = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons",
"MunifTanjim/nui.nvim",
},
}