jose-elias-alvarez / nvim-lsp-ts-utils

Utilities to improve the TypeScript development experience for Neovim's built-in LSP client.
The Unlicense
438 stars 18 forks source link

fix: adapt handler signatures #62

Closed jose-elias-alvarez closed 3 years ago

jose-elias-alvarez commented 3 years ago

This PR adapts handler signatures in preparation for neovim/15504.

Many thanks to mfussenegger for his implementation, which lets us avoid version checks here. As a result, this should be okay to merge whenever.