Open Tehnix opened 6 years ago
Context: https://github.com/autozimu/LanguageClient-neovim/issues/197#event-1380450713
Add support for type information on hover, like the intero plugin, for LSP also.
This should now be trivial with the newest Neovim, since floating windows landed. coc.nvim has built-in support for this, so it might just be a matter of exposing this plugin through a layer.
Context: https://github.com/autozimu/LanguageClient-neovim/issues/197#event-1380450713
Add support for type information on hover, like the intero plugin, for LSP also.