v3.2.4
New features
java
has the new compiler optionStart REPL
.nodejs
package.json support added. Its options are now detected and displayed on Telescope.
You can select between npm and yarn with :let g:NODEJS_PACKAGE_MANAGER='yarn'
(default: npm).
Minor fixes
- The location of build automation utilities was erroneously detected using the current file directory instead of the current working directory.
- Removed deprecated options that would be redundant now that we support build automation utilities.