Skip to content

Commit

Permalink
Update example configuration for LazyVim (#2566)
Browse files Browse the repository at this point in the history
Update editors.markdown

Fix configuration for Lazyvim by wrapping the `servers` table within the `opts` table.
  • Loading branch information
johnpitchko authored Sep 19, 2024
1 parent 01f51c9 commit 2243eca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jekyll/editors.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -221,15 +221,17 @@ appropriate command for your Ruby version manager as an absolute path. For examp
return {
{
"neovim/nvim-lspconfig",
opts = {
servers = {
ruby_lsp = {
mason = false,
cmd = { vim.fn.expand "~/.asdf/shims/ruby-lsp" },
cmd = { vim.fn.expand("~/.asdf/shims/ruby-lsp") },
},
},
},
},
}

```

## Sublime Text LSP
Expand Down

0 comments on commit 2243eca

Please sign in to comment.