We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v0.11.0-dev-1738+g2c629ad13f
Linux
When I try to reveal the file in the explorer picker, but the path is inside a 'dot folder' (which is hidden by default), I encounter two bugs:
nvim -u repro.lua
:e ~/.config/nvim/init.lua
Ctrl+e
vim.env.LAZY_STDPATH = ".repro" load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))() require("lazy.minit").repro({ spec = { { "folke/snacks.nvim", opts = { explorer = { enabled = true }}, keys = { { "<C-e>", function() Snacks.explorer.reveal() end } }, }, }, })
The text was updated successfully, but these errors were encountered:
Seeing this as well, but the duplicated file tree seems to happen with any file, hidden or not.
Sorry, something went wrong.
No branches or pull requests
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.11.0-dev-1738+g2c629ad13f
Operating system/version
Linux
Describe the bug
When I try to reveal the file in the explorer picker, but the path is inside a 'dot folder' (which is hidden by default), I encounter two bugs:
Steps To Reproduce
nvim -u repro.lua
:e ~/.config/nvim/init.lua
Ctrl+e
Expected Behavior
Repro
The text was updated successfully, but these errors were encountered: