Neovim: Fix LSP server startup

This commit is contained in:
Marko Korhonen 2021-11-29 16:19:53 +02:00
parent 8b7a8f13e9
commit c2ff13e6f7

View file

@ -72,7 +72,8 @@ lsp_installer.on_server_ready(function(server)
telemetry = {enable = false} telemetry = {enable = false}
} }
} }
opts.on_attach = buf_map_keys
server:setup(opts)
end end
opts.on_attach = buf_map_keys
server:setup(opts)
end) end)