Skip to content
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

bug: bug of <leader>e and <leader>E #1591

Open
4 tasks done
Qeuroal opened this issue Mar 18, 2025 · 0 comments
Open
4 tasks done

bug: bug of <leader>e and <leader>E #1591

Qeuroal opened this issue Mar 18, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@Qeuroal
Copy link

Qeuroal commented Mar 18, 2025

Did you check docs and existing issues?

  • I have read all the snacks.nvim docs
  • I have updated the plugin to the latest version before submitting this issue
  • I have searched the existing issues of snacks.nvim
  • I have searched the existing issues of plugins related to this issue

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
Image

Steps To Reproduce

  1. open the nvim using nvim .
  2. open the file without the current root path
  3. open the explorer using <leader>e

Expected Behavior

  1. the explorer will show the path of the current file either within or without the current root path

Repro

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
  },
})
@Qeuroal Qeuroal added the bug Something isn't working label Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant