From c2079589b5f3a7b92b94b53e3e4cfe5cd8ed6caa Mon Sep 17 00:00:00 2001 From: Jonathan Cammisuli Date: Wed, 7 Sep 2022 17:53:17 -0400 Subject: [PATCH] docs(misc): readd neovim plugin information (#11921) --- docs/shared/core-features/integrate-with-editors.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/shared/core-features/integrate-with-editors.md b/docs/shared/core-features/integrate-with-editors.md index 80803bad57..c71d411bfc 100644 --- a/docs/shared/core-features/integrate-with-editors.md +++ b/docs/shared/core-features/integrate-with-editors.md @@ -24,6 +24,12 @@ If you are using [WebStorm](https://www.jetbrains.com/webstorm/), you can instal These plugins are **NOT** built or maintained by the Nx team. They are maintained by independent community contributors. +### Neovim + +If you are using [Neovim](https://neovim.io/), you can install [Equilibris/nx.nvim](https://github.com/Equilibris/nx.nvim) with your favorite package manager. + +This plugin is **NOT** built or maintained by the Nx team. They are maintained by independent community contributors. + ## Related Documentation ### Recipes