Closed
Description
OS
macOS Monterey 12.1
Neovim version
v0.6.1
Nvim-tree version
master
Describe the bug
Renaming a file like Something.md
to something.md
does not work. [NvimTree] Cannot rename: file already exists If I rename it first to something different, it works: Something.md
→ something2.md
→ something.md
.
Expected behavior
Renaming a file respecting lower and upper case is possible. Something.md
→ something.md
.
Thanks for your work 🙏🏻