Skip to content

feature for #458 #459

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

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

feature for #458 #459

wants to merge 13 commits into from

Conversation

deadc0de6
Copy link
Owner

add ability to handle directory as a block for #458

@Mukundan314
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants