From 18a7d191cc7f2775216df566e1c21383f0fc8504 Mon Sep 17 00:00:00 2001 From: Nithin Bekal Date: Tue, 8 Oct 2024 23:01:02 -0400 Subject: [PATCH] Add neovim to Editors and IDEs section --- en/documentation/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/en/documentation/index.md b/en/documentation/index.md index 2b2fdcb1d4..9728400a62 100644 --- a/en/documentation/index.md +++ b/en/documentation/index.md @@ -87,6 +87,7 @@ Here is a list of popular tools used by Rubyists: * [Kate][kate] * [KDevelop][kdevelop] * [NetBeans][36] + * [Neovim][neovim] with [Ruby LSP][ruby-lsp-nvim] * [RubyMine][27] * [SciTe][28] * [Sublime Text][37] @@ -147,3 +148,5 @@ If you have questions about Ruby the [eric]: https://eric-ide.python-projects.org/ [kdevelop]: https://www.kdevelop.org/ [kate]: https://kate-editor.org/ +[neovim]: https://neovim.io/ +[ruby-lsp-nvim]: https://shopify.github.io/ruby-lsp/editors.html#neovim