Simple Dired config for explorer #2104
Replies: 1 comment 1 reply
-
I haven't used dired but this is cool. I only changed in But I guess that's just a personal preference after all. This probably happens because of the code here snacks.nvim/lua/snacks/picker/core/filter.lua Lines 40 to 41 in bc0630e cwd is nil and it resorts to uv.cwd() .
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all, I fell in love with the Dired experience in Emacs and never looked back. I am currently replicating that experience in NeoVim with Oil, but decided to try out @folke's Snacks.explorer plugin. Here's how you can replicate a single directory view, dired-jump, dired-up-directory and dired-find-file in Snacks.explorer:
explorer_collapse_and_close is required to ensure folders are collapsed if you exit the picker without selecting a file
Beta Was this translation helpful? Give feedback.
All reactions