snacks.nvim/lua/snacks/explorer
Iordanis Petkakis 59c5545e91
Some checks are pending
CI / ci (push) Waiting to run
fix(explorer): differentiate if file or folder when deleting on Windows (#2373)
## Description
Use different command on Windows for deleting folder/file to avoid error
<!-- Describe the big picture of your changes to communicate to the
maintainers
  why we should accept this pull request. -->

## Related Issue(s)
Fixes #2371
<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

## Screenshots

<!-- Add screenshots of the changes if applicable. -->
2025-10-28 21:18:04 +01:00
..
actions.lua fix(explorer): differentiate if file or folder when deleting on Windows (#2373) 2025-10-28 21:18:04 +01:00
diagnostics.lua perf(explorer): only update tree when diagnostics actually changed 2025-02-20 09:54:32 +01:00
git.lua fix(explorer.git): don't propagate deletes to parent dirs that don't exist 2025-10-19 08:57:14 +02:00
init.lua feat(explorer): add cross-platform trash support 2025-10-25 07:45:02 +02:00
tree.lua fix(explorer): windows path fixes 2025-10-25 16:22:44 -07:00
watch.lua fix(explorer): refresh git status on all tabs when needed. Closes #2348 2025-10-25 18:52:28 +02:00