flashcards.nvim

Flashcards neovim plugin
git clone git://git.laack.co/flashcards.nvim.git
Log | Files | Refs

commit 28db3a6641ebdabbbac6bc60530d433593df36a7
parent ad7a74b699e232dcd5c046fc6364ba7ac5339ef0
Author: Andrew Laack <andrew@laack.co>
Date:   Thu, 28 May 2026 13:08:01 -0500

Added todo for keybindings

Diffstat:
Mplugin/init.lua | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/plugin/init.lua b/plugin/init.lua @@ -163,3 +163,4 @@ vim.api.nvim_create_user_command('PreviousCard', previous_card, {}) -- defaults -- would be cool to have a state directory that upweights based on some sort of recency / failure stuff -- would be cool to have better tagging; tag cards based on categories of things or something like that? -- perhaps you are expected to just put stuff in a directory for this? +-- TODO: Pass in keybindings as opts