Skip to content

v3.2.4

Compare
Choose a tag to compare
@Zeioth Zeioth released this 18 Nov 02:58
· 160 commits to main since this release

New features

  • java has the new compiler option Start 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).

screenshot_2023-11-18_04-03-36_077009168

screenshot_2023-11-18_04-03-26_249266649

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.