flashcards.nvim

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

commit dc67ce001c20f542bb371a3118cb1319cc3cf38f
parent c975617caee6b0672f1bd086539a27cad99ff75c
Author: Andrew Laack <andrew@laack.co>
Date:   Sat, 23 May 2026 13:23:04 -0500

Basic structure

Diffstat:
Mlua/flashcards/init.lua | 2+-
Alua/flashcards/other.lua | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/lua/flashcards/init.lua b/lua/flashcards/init.lua @@ -1 +1 @@ -print('testing') +print('init') diff --git a/lua/flashcards/other.lua b/lua/flashcards/other.lua @@ -0,0 +1 @@ +print('other')