From 0a860b2908e327a5e64d4c5dd2ec1dafef7d532e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 21 Oct 2023 01:00:57 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(nvim):=20added=20doku=20to=20t?= =?UTF-8?q?he=20annotation=20plugin=20extra?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/extras/annotation.lua | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/extras/annotation.lua b/.config/nvim/lua/plugins/extras/annotation.lua index 1cd967c2..b662308f 100644 --- a/.config/nvim/lua/plugins/extras/annotation.lua +++ b/.config/nvim/lua/plugins/extras/annotation.lua @@ -1,7 +1,6 @@ return { { "danymat/neogen", - dependencies = "nvim-treesitter/nvim-treesitter", opts = { snippet_engine = "luasnip", enabled = true, @@ -52,4 +51,16 @@ return { }, }, }, + { + "Zeioth/dooku.nvim", + cmd = { "DookuGenerate", "DookuOpen", "DookuAutoSetup" }, + opts = {}, + keys = { + { + "ag", + "DookuGenerate", + desc = "Generate HTML Docs", + }, + }, + }, }