zk-org / zk-nvim

Neovim extension for zk
https://github.com/zk-org/zk
GNU General Public License v3.0
503 stars 40 forks source link

support nvim v0.10.0 lsp api change (get_clients) #167

Closed tjex closed 3 months ago

tjex commented 3 months ago

resolves #165.

lsp nvim <=0.9 -> 0.10: get_active_clients -> get_clients.

tjex commented 3 months ago

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.