-
-
Notifications
You must be signed in to change notification settings - Fork 139
Quick start: JavaScript (stdio)
Stanislav edited this page Aug 11, 2025
·
2 revisions
JavaScript is a high-level, dynamic, and interpreted(or just-in-time compiled) programming language. It's best known for its role as the > scripting language for web pages, enabling interactive features and dynamic content. Also, it can be used with other non-browser environments such as Node.js, which allows it to be used for server-side development.
- Install the latest Neovim.
- Install the Conjure plugin.
- Install NodeJS.
- Ensure that you have tree-sitter set up and the JavaScript support installed(
:TSInstall JavaScript).
You can now open any .js file and evaluate it as you normally would.
For help with evaluation, see :help conjure, :help conjure-client-javascript-stdio, or the interactive tutorial, :ConjureSchool.