
Install for Vim with npm
Supported operating systems:
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:
sudo npm install --global --unsafe-perm 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: "posix"}) %> <%- await include("../common-configure.ejs.html") %>