Neovim: Fix LSP server startup
This commit is contained in:
parent
a468d2cdf2
commit
82364ebc05
1 changed files with 3 additions and 2 deletions
|
@ -72,7 +72,8 @@ lsp_installer.on_server_ready(function(server)
|
||||||
telemetry = {enable = false}
|
telemetry = {enable = false}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
end
|
||||||
|
|
||||||
opts.on_attach = buf_map_keys
|
opts.on_attach = buf_map_keys
|
||||||
server:setup(opts)
|
server:setup(opts)
|
||||||
end
|
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue