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", + }, + }, + }, }