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