Releases: Zeioth/dooku.nvim
Releases · Zeioth/dooku.nvim
v1.0.6
v1.0.5
v1.0.4
Major fixes
Fixed regression introduced in v1.0.1
preventing most generators from spawning processes correctly. All should be working fine again.
More info
We are gonna be adding unit tests in the next release to ensure everything works correctly before releasing a new version, as this plugin has quite a few moving parts.
v1.0.3
Better QA/UX
- Notifications now display the name of the plugin.
- If the project root dir doesn't contain any of the items defined in the option
project_root
, and we reach/
without finding any, we will now show a notification informing the user.
More info
Note that if you don't have any of the items of project_root
in your project root dir, but the plugin find it on a directory above your project, the plugin will fail silently, and there is nothing we can do to warn you.
v1.0.2
v1.0.1
v1.0.0
Initial release of dooku.nvim with support for
Language | Generator |
---|---|
c |
doxygen |
c++ |
doxygen |
c# |
doxygen |
objetive-c |
doxygen |
java |
doxygen |
python |
doxygen |
php |
doxygen |
typescript |
typedoc |
javascript |
jsdoc |
rust |
rustdoc |
go |
godoc |