✨ feat(nvim): added doku to the annotation plugin extra
This commit is contained in:
parent
47d110fbfe
commit
0a860b2908
1 changed files with 12 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"danymat/neogen",
|
"danymat/neogen",
|
||||||
dependencies = "nvim-treesitter/nvim-treesitter",
|
|
||||||
opts = {
|
opts = {
|
||||||
snippet_engine = "luasnip",
|
snippet_engine = "luasnip",
|
||||||
enabled = true,
|
enabled = true,
|
||||||
|
@ -52,4 +51,16 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Zeioth/dooku.nvim",
|
||||||
|
cmd = { "DookuGenerate", "DookuOpen", "DookuAutoSetup" },
|
||||||
|
opts = {},
|
||||||
|
keys = {
|
||||||
|
{
|
||||||
|
"<leader>ag",
|
||||||
|
"<Cmd>DookuGenerate<CR>",
|
||||||
|
desc = "Generate HTML Docs",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue