Skip to content

Commit

Permalink
Update link for Ruby LSP NeoVim LSP config (#3075)
Browse files Browse the repository at this point in the history
### Motivation

The path to the Ruby LSP configurations in NeoVim was updated and our link was broken.
  • Loading branch information
vinistock authored Jan 20, 2025
1 parent 8cf6ffa commit a7420e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jekyll/editors.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ When you run `eglot` command it will run `ruby-lsp` process for you.

### nvim-lspconfig

The [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/server_configurations/ruby_lsp.lua)
plugin has support for Ruby LSP.
The [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/configs/ruby_lsp.lua) plugin has
support for Ruby LSP.

The Ruby LSP can be configured using the `init_options` key when setting up the LSP.

Expand Down

0 comments on commit a7420e7

Please sign in to comment.