X-Git-Url: https://git.r.bdr.sh/rbdr/nota.nvim/blobdiff_plain/56292c7915662bbf721ca8c3d2cee6a04134a9c6..HEAD:/lua/plan.lua diff --git a/lua/plan.lua b/lua/plan.lua deleted file mode 100644 index e78ee00..0000000 --- a/lua/plan.lua +++ /dev/null @@ -1,23 +0,0 @@ -------------------------------------------------------------------------------- --- Tools to deal with the plan file -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- --- Public Interface -------------------------------------------------------------------------------- - ---- Opens the active plan file --- @param configuration tNotaConfiguration the plugin configuration -function open_plan(configuration) - error("Not yet implemented") -end - ---- Capture a new plan file and archive the current one --- @param configuration tNotaConfiguration the plugin configuration -function capture_plan(configuration) - error("Not yet implemented") -end - -------------------------------------------------------------------------------- --- Internal Functions -------------------------------------------------------------------------------- -