]> git.r.bdr.sh - rbdr/nota.nvim/blobdiff - lua/learning.lua
Namespace the plugin
[rbdr/nota.nvim] / lua / learning.lua
diff --git a/lua/learning.lua b/lua/learning.lua
deleted file mode 100644 (file)
index 0994b31..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
--------------------------------------------------------------------------------
--- Tools to deal with the learning file
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--- Public Interface
--------------------------------------------------------------------------------
-
---- Opens the learning file
--- @param configuration tNotaConfiguration the plugin configuration
-function open_learning(configuration)
-  error("Not yet implemented")
-end
-
---- Capture a learning entry
--- @param configuration tNotaConfiguration the plugin configuration
-function capture_learning(configuration)
-  error("Not yet implemented")
-end
-
--------------------------------------------------------------------------------
--- Internal Functions
--------------------------------------------------------------------------------