Skip to content

Commit 63228c9

Browse files
worming004mhanberg
authored andcommitted
docs: use correct lsp argument for starting lsp with neovim (#206)
1 parent c5ac441 commit 63228c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ require('lspconfig').lexical.setup {
186186
As of neovim `0.11.3`, you can use the built-in lsp config:
187187
```lua
188188
vim.lsp.config('expert', {
189-
cmd = { 'expert' },
189+
cmd = { 'expert', '--stdio' },
190190
root_markers = { 'mix.exs', '.git' },
191191
filetypes = { 'elixir', 'eelixir', 'heex' },
192192
})

0 commit comments

Comments
 (0)