commit c975617caee6b0672f1bd086539a27cad99ff75c Author: Andrew Laack <andrew@laack.co> Date: Sat, 23 May 2026 13:15:13 -0500 init commit Diffstat:
| A | lua/flashcards/init.lua | | | 1 | + |
| A | plugin/init.lua | | | 3 | +++ |
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/lua/flashcards/init.lua b/lua/flashcards/init.lua @@ -0,0 +1 @@ +print('testing') diff --git a/plugin/init.lua b/plugin/init.lua @@ -0,0 +1,3 @@ +print('testing init') + +vim.keymap.set("n", "asdf", ":echo \"hello\" <N>")