Install for Neovim on macOS with Homebrew
Supported operating systems:
quick-lint-js has a Homebrew formula, making it easy to install the Neovim plugin on macOS.
1. Install prerequisites
In order to install quick-lint-js' Homebrew formula, you must first install Homebrew.
Install and configure one of the following Neovim plugins:
- ALE - Asynchronous Lint Engine v2.1.1 or newer, or version v3.0.0 or newer
- coc.nvim - Conquer of Completion v0.0.80 or newer
- nvim-lspconfig (requires Neovim 0.5.0 or newer)
2. Install quick-lint-js
Open a terminal. Run the following command to install quick-lint-js:
brew install quick-lint-js
3. Configure
Configure the Neovim plugin by opening Neovim and running :help quick-lint-js, or read the Neovim plugin docs online.
nvim-lspconfig users can add this line to their init.lua
file:
require('lspconfig/quick_lint_js').setup {}