Skip to content

Commit

Permalink
update neovim example (unix sockets)
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteTK committed Jun 4, 2024
1 parent 03730e9 commit 58cf4a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/neovim/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require'lspconfig'.rust_analyzer.setup {
cmd = vim.lsp.rpc.connect("127.0.0.1", 27631),
-- When using unix domain sockets, use something like:
--cmd = vim.lsp.rpc.domain_socket_connect("/path/to/ra-multiplex.sock"),
init_options = {
lspMux = {
version = "1",
Expand Down

0 comments on commit 58cf4a8

Please sign in to comment.