Closed tjex closed 5 months ago
resolves #165.
lsp nvim <=0.9 -> 0.10: get_active_clients -> get_clients.
get_active_clients
get_clients
I think from here we should cut a 0.1.0 release? It will allow users to stay on a supported version for longer and create some structure around updates, bug fixes and api breaking changes.
resolves #165.
lsp nvim <=0.9 -> 0.10:
get_active_clients
->get_clients
.