From 23a89932e57b50a8e9064b9c7ba329e62c88bc44 Mon Sep 17 00:00:00 2001 From: DefaultGen Date: Sun, 16 Jun 2024 05:23:09 -0400 Subject: First working fzf-lua implementation --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 04cd57a..ecb49b1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # denote-fzf-lua -Neovim plugin to nicely search Denote files using fzf-lua + +Neovim plugin that uses `fzf-lua` to search a directory of notes formatted with the Emacs Denote file-naming scheme: + +`DATE==SIGNATURE--TITLE__KEYWORDS.EXTENSION` + +The nice custom table for Denote files is the only unique 'feature' of this plugin. If you don't care about that you should use your existing search plugin. + -- cgit v1.2.3