snacks.explorer: Multiple git repo in cwd #2894
|
Hello, I'd like to know if there is a way to have the git status working for files that are inside a git repo but it's not the cwd. Thank you |
Answered by
drowning-cat
Jun 29, 2026
Replies: 1 comment 3 replies
|
Snacks searches for the first git repository starting from the current :lua Snacks.explorer({ cwd = "<path>" }) |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's a good feature request, but it's something that needs to be implemented in
snacks.nvimitself, so we'll have to wait for @folke to come back.