From f78dea489b25270cc0ded5d402b5b217d2274b47 Mon Sep 17 00:00:00 2001 From: DefaultGen Date: Thu, 20 Jun 2024 20:19:16 -0400 Subject: Minor keyword fix --- lua/simple-denote/api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/simple-denote') diff --git a/lua/simple-denote/api.lua b/lua/simple-denote/api.lua index 6a25f4a..c26bafd 100644 --- a/lua/simple-denote/api.lua +++ b/lua/simple-denote/api.lua @@ -39,7 +39,7 @@ end ---@param options table ---@param filename string|nil ---@param keywords table|nil -function M.keyword(options, filename, keywords) +function M.keywords(options, filename, keywords) if not filename then filename = vim.fn.expand("%") end -- cgit v1.2.3