A lightweight, conceptual personal journal navigation plugin for Neovim. Supports dynamic structural traversal across daily, weekly, monthly, and yearly notes with fzf-lua integration.
Using lazy.nvim:
{
'yourusername/journal.nvim',
dependencies = { 'ibhagwan/fzf-lua' },
config = function()
-- Setup keymaps here
end
}