flashcards.nvim

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

commit 2fae43b9ab8b4117b80170798483e60459301292
parent 1032e133b528e163dcd00d9667550e4ce25b124b
Author: Andrew Laack <andrew@laack.co>
Date:   Sun, 24 May 2026 16:12:48 -0500

Removed unnecessary file; left init file blank

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

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