Vim.lsp.buf.hover() and vim.diagnostic.open_float() together

Hello guys, I was using Neovim and CoC together but changed the language server to Neovim built-in. Everything looks fine except one… I want to see hover return value and diagnostic value together like vs code. Is there any way I can do it…?

1 Like