From 83b703574d20c53198cf0fffa635aae1dbab10eb Mon Sep 17 00:00:00 2001 From: Teppei Taguchi <52838441+tetzng@users.noreply.github.com> Date: Mon, 27 Nov 2023 05:27:23 +0900 Subject: [PATCH] feat: Add Stimulus LSP Installation Guide for Neovim (#60) * Add how to Install Stimulus LSP in Neovim * Replace NeoVim with Neovim --- app/content/pages/ecosystem/tooling/stimulus-lsp.html.erb | 2 +- .../tooling/stimulus-lsp/install/neovim.html.erb | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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 %>