diff options
| author | historia <[not public]> | 2026-06-22 16:33:14 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-22 16:33:14 -0400 |
| commit | 49b1c88332b83b79b44bb790d439aa100179d9aa (patch) | |
| tree | 99ac86de58e826d96e31700b1842d72a86a884bb /README.md | |
| parent | f7e92893e0bddcbff82e11784fd620886fa1297d (diff) | |
| download | denote-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.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
