Skip to content

Commit

Permalink
feat(programming-language-support): Add dooku.nvim (#503)
Browse files Browse the repository at this point in the history
Co-authored-by: Uzair Aftab <48220549+Uzaaft@users.noreply.github.com>
  • Loading branch information
Zeioth and Uzaaft authored Aug 5, 2023
1 parent fbf40f4 commit 6deb350
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# dooku.nvim

Generate and open your code HTML documentation inside Neovim.

**Repository:** <https://github.com/Zeioth/dooku.nvim>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
return {
{
"Zeioth/dooku.nvim",
cmd = { "DookuGenerate", "DookuOpen", "DookuAutoSetup" },
opts = {},
},
}

0 comments on commit 6deb350

Please sign in to comment.