From f8a2f529bbfdd023260c5a883d894ff9a37bad62 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 11 Dec 2021 13:32:25 +0100 Subject: [PATCH] chore(npm): add Node.js provider for NeoVim --- setup/npm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/npm.sh b/setup/npm.sh index ba2d784..45415b5 100755 --- a/setup/npm.sh +++ b/setup/npm.sh @@ -31,6 +31,7 @@ npm install -g http-server # A simple zero-configuration command-l npm install -g json-server # Small JSON file server for REST API mock ➜ touch db.json; json-server --watch db.json npm install -g lighthouse # Lighthouse analyzes web apps and web pages. npm install -g nativefier # Wrap web apps natively +npm install -g neovim # Node.js provider for NeoVim npm install -g netlify-cli # The Netlify CLI tools. npm install -g nodemon # Simple monitor script for use during development of a node.js app. npm install -g npm-check # Check for outdated, incorrect, and unused dependencies. ➜ npm-check -g