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
0.10.4
Ubuntu24.04
The bug will occur when I open the file without the path of root and use the key <leader>e and <leader>E
<leader>e
<leader>E
nvim .
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 = {} }, -- add any other plugins here }, })
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Did you check docs and existing issues?
Neovim version (nvim -v)
0.10.4
Operating system/version
Ubuntu24.04
Describe the bug
The bug will occur when I open the file without the path of root and use the key

<leader>e
and<leader>E
Steps To Reproduce
nvim .
<leader>e
Expected Behavior
Repro
The text was updated successfully, but these errors were encountered: