Skip to content

feature for #458 - #459

Merged
deadc0de6 merged 19 commits into
masterfrom
handle_dir_as_block
Aug 31, 2026
Merged

feature for #458#459
deadc0de6 merged 19 commits into
masterfrom
handle_dir_as_block

Conversation

@deadc0de6

Copy link
Copy Markdown
Owner

add ability to handle directory as a block for #458

@Mukundan314

Copy link
Copy Markdown

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?

@deadc0de6 deadc0de6 self-assigned this Dec 30, 2025
@deadc0de6
deadc0de6 force-pushed the handle_dir_as_block branch from b583997 to 8b28c55 Compare August 31, 2026 06:59
@codecov

codecov Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 77.61194% with 15 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.29%. Comparing base (3814c9d) to head (531fb05).

Files with missing lines Patch % Lines
dotdrop/installer.py 74.13% 15 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #459      +/-   ##
==========================================
- Coverage   89.44%   89.29%   -0.15%     
==========================================
  Files          23       23              
  Lines        4963     5026      +63     
==========================================
+ Hits         4439     4488      +49     
- Misses        524      538      +14     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@deadc0de6
deadc0de6 merged commit 9f0c7a8 into master Aug 31, 2026
18 of 19 checks passed
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