dotdrop icon indicating copy to clipboard operation
dotdrop copied to clipboard

feature for #458

Open deadc0de6 opened this issue 9 months ago • 1 comments

add ability to handle directory as a block for #458

deadc0de6 avatar May 14 '25 13:05 deadc0de6

I'm not sure if a boolean is the best option here. Currently, my neovim plugins are located in ~/.config/nvim/pack/plugins/opt/*, which falls within my d_nvim block that encompasses the entire ~/.config/nvim directory. However, this directory also contains other files where I prefer the default behavior.

Of course, in this particular case, I could set the directory neovim uses to search for plugins outside of ~/.config/nvim, but that might not always be feasible in other scenarios.

I think having glob patterns or similar mechanisms to specify exactly which of the subdirectories should be treated as a block, would be better?

Mukundan314 avatar May 14 '25 17:05 Mukundan314