From 279acd45dea8aef043a30bc7f3dfdf033d98d3ea Mon Sep 17 00:00:00 2001 From: DefaultGen Date: Thu, 20 Jun 2024 20:17:44 -0400 Subject: Changed tags to keywords --- lua/simple-denote.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua/simple-denote.lua') diff --git a/lua/simple-denote.lua b/lua/simple-denote.lua index 403a5ac..8ac2193 100644 --- a/lua/simple-denote.lua +++ b/lua/simple-denote.lua @@ -9,8 +9,8 @@ function M.load_cmd(options) api.note(options) elseif opts.fargs[1] == "title" then api.title(options) - elseif opts.fargs[1] == "tag" then - api.tag(options) + elseif opts.fargs[1] == "keywords" then + api.keywords(options) elseif opts.fargs[1] == "signature" then api.signature(options) else @@ -19,7 +19,7 @@ function M.load_cmd(options) end, { nargs = 1, complete = function() - return { "note", "title", "tag", "signature" } + return { "note", "title", "keywords", "signature" } end, }) end -- cgit v1.2.3