diff --git a/app/content/pages/ecosystem/tooling/stimulus-lsp.html.erb b/app/content/pages/ecosystem/tooling/stimulus-lsp.html.erb
index 6954e894..efbfb853 100644
--- a/app/content/pages/ecosystem/tooling/stimulus-lsp.html.erb
+++ b/app/content/pages/ecosystem/tooling/stimulus-lsp.html.erb
@@ -31,7 +31,7 @@ image: stimulus-lsp.png
- NeoVim
+ Neovim
diff --git a/app/content/pages/ecosystem/tooling/stimulus-lsp/install/neovim.html.erb b/app/content/pages/ecosystem/tooling/stimulus-lsp/install/neovim.html.erb
index a80a3d25..3c0207a2 100644
--- a/app/content/pages/ecosystem/tooling/stimulus-lsp/install/neovim.html.erb
+++ b/app/content/pages/ecosystem/tooling/stimulus-lsp/install/neovim.html.erb
@@ -1,12 +1,12 @@
---
-title: NeoVim
-subtitle: Install Stimulus LSP in NeoVim
+title: Neovim
+subtitle: Install Stimulus LSP in Neovim
editor: neovim
-breadcrumb: NeoVim
+breadcrumb: Neovim
---
<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
<% page.with_title(title: current_page.data.fetch("subtitle")) %>
- <%= render Page::ContributeComponent.new(file: current_page.asset.path.path) %>
+ <%= link_to "neovim/nvim-lspconfig", "https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#stimulus_ls", target: :_blank %>
<% end %>