aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-22 16:33:14 -0400
committerhistoria <[not public]>2026-06-22 16:33:14 -0400
commit49b1c88332b83b79b44bb790d439aa100179d9aa (patch)
tree99ac86de58e826d96e31700b1842d72a86a884bb /README.md
parentf7e92893e0bddcbff82e11784fd620886fa1297d (diff)
downloaddenote-fzf-lua-49b1c88332b83b79b44bb790d439aa100179d9aa.tar.gz
feat: supports searching multiple directories configured via simple-denote.nvim. existing config is backwards compatible and works the same.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7aebe3d..606d426 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,10 @@ If the optional dependencies are missing `denote-fzf-lua` falls back to standard
:DenoteSearch contents
```
+# Multi-Directory Support
+
+When used alongside [simple-denote.nvim](https://codeberg.org/historia/simple-denote.nvim) with multiple directories configured, `denote-fzf-lua` automatically follows the active directory set by `:Denote dir`. It reads from `vim.g.denote_dir` if set, falling back to the configured `dir` option. No additional configuration is needed.
+
# License
GNU AGPL