<%- await include("../../../common-head.ejs.html") %> quick-lint-js: install for Vim with npm on Windows

quick-lint-js

quick-lint-js finds bugs in JavaScript programs.

<%- await include("../../../common-nav.ejs.html") %>

Install for Vim with npm

Supported operating systems:

GNU/Linux and macOS instructions

quick-lint-js has an npm package, making it easy to install the LSP server for use by the Vim plugin.

Install prerequisites

In order to install quick-lint-js' npm package, you must first install the npm client.

<%- await include("../common-prerequisites.ejs.html") %>

Install quick-lint-js

Install quick-lint-js globally (on your machine) for use anywhere, including the Vim plugin:

npm install --global quick-lint-js

Note: The Vim plugin does not use quick-lint-js if it is installed locally within your project. The Vim plugin only uses quick-lint-js if it is globally installed.

<%- await include("../common-manual.ejs.html", {os: "windows"}) %> <%- await include("../common-configure.ejs.html") %>