flashcards.nvim

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

commit 4c1974cb77b1059175d4d561e01e8e585d4a0026
parent 1da27289ade16c94227bd05438a13efb2a53839a
Author: Andrew Laack <andrew@laack.co>
Date:   Fri, 29 May 2026 03:49:53 -0500

Added comment about uncertainty

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

diff --git a/plugin/init.lua b/plugin/init.lua @@ -166,3 +166,5 @@ vim.api.nvim_create_user_command('PreviousCard', previous_card, {}) -- defaults -- 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 +-- TODO: Should I block the modification of flashcards or should I allow it with the ability to write the results + -- back to the file?