X-Git-Url: https://git.r.bdr.sh/rbdr/nota.nvim/blobdiff_plain/56292c7915662bbf721ca8c3d2cee6a04134a9c6..HEAD:/lua/learning.lua diff --git a/lua/learning.lua b/lua/learning.lua deleted file mode 100644 index 0994b31..0000000 --- a/lua/learning.lua +++ /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 --------------------------------------------------------------------------------