diff options
| author | historia <[not public]> | 2024-12-19 14:42:54 -0500 |
|---|---|---|
| committer | historia <[not public]> | 2024-12-19 14:42:54 -0500 |
| commit | 102afb65bba6762f0bf293a4c868f8c36ac76f05 (patch) | |
| tree | 974498415a6f9d3cbcd1503368b89645f83159d2 /README.md | |
| parent | c4f9f35dc052e5785aa85b3ee30d718ef211d03c (diff) | |
| download | denote-fzf-lua-102afb65bba6762f0bf293a4c868f8c36ac76f05.tar.gz | |
fix: error in example config
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ Example config via [lazy.nvim](https://github.com/folke/lazy.nvim) { "https://codeberg.org/historia/denote-fzf-lua", opts = { - dir = "~/notes" -- Denote notes directory + dir = "~/notes", -- Denote notes directory -- Toggle which Denote fields are displayed in search search_fields = { |
