From b46f4b5312e4df23416b62c4118ff7f1f14bbe98 Mon Sep 17 00:00:00 2001 From: historia Date: Thu, 30 Jul 2026 16:36:40 -0400 Subject: move to historia.vg --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9af84b5..4681893 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # denote-fzf-lua -**Archive note:** I've moved off Codeberg. This extension is simple and works fine. For a potentially maintained denote extension with built in search check out [https://github.com/cvigilv/denote.nvim](https://github.com/cvigilv/denote.nvim). - Neovim plugin that uses [`fzf-lua`](https://github.com/ibhagwan/fzf-lua) to search a directory of notes formatted with the [Emacs Denote package's file-naming scheme](https://protesilaos.com/emacs/denote#h:4e9c7512-84dc-4dfb-9fa9-e15d51178e5d): `DATE==SIGNATURE--TITLE__KEYWORDS.EXTENSION` @@ -16,7 +14,7 @@ Example config via [lazy.nvim](https://github.com/folke/lazy.nvim) ```lua { - "https://codeberg.org/historia/denote-fzf-lua", + "https://git.historia.vg/git/denote-fzf-lua", opts = { dir = "~/notes", @@ -87,7 +85,7 @@ If the optional dependencies are missing `denote-fzf-lua` falls back to standard # 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. +When used alongside [simple-denote.nvim](https://git.historia.vg/simple-denote.nvim/about/) 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 -- cgit v1.2.3