]> git.r.bdr.sh - rbdr/nota.nvim/blobdiff - lua/plan.lua
Namespace the plugin
[rbdr/nota.nvim] / lua / plan.lua
diff --git a/lua/plan.lua b/lua/plan.lua
deleted file mode 100644 (file)
index e78ee00..0000000
+++ /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
--------------------------------------------------------------------------------
-