Skip to content

Commit

Permalink
feat: Add Stimulus LSP Installation Guide for Neovim (#60)
Browse files Browse the repository at this point in the history
* Add how to Install Stimulus LSP in Neovim

* Replace NeoVim with Neovim
  • Loading branch information
tetzng authored Nov 26, 2023
1 parent 12187a7 commit 83b7035
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/content/pages/ecosystem/tooling/stimulus-lsp.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ image: stimulus-lsp.png
<a href="/ecosystem/tooling/stimulus-lsp/install/neovim" class="flex items-center gap-2 hover:text-gray-400">
<i class="devicon-vim-plain text-3xl"></i>

NeoVim
Neovim
</a>

<a href="/ecosystem/tooling/stimulus-lsp/install" class="flex items-center gap-2 hover:text-gray-400">
Expand Down
Original file line number Diff line number Diff line change
@@ -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 %><br>
<% end %>

0 comments on commit 83b7035

Please sign in to comment.