v1.2.0
Major fixes
windows
: jobs now spawn correctly on windows too.
Breaking changes
- deprecated:
jsdoc_args
,typedoc_args
,doxygen_args
,godoc_args
orrustdoc_args
. - new options:
jsdoc_cmd
,typedoc_cmd
,doxygen_cmd
,godoc_cmd
orrustdoc_cmd
.
These new options allow to specify the full command a generator executes by passing a single string. This grant users 100% control of what happens inside dooku.nvim without having to get into the code.