nvim.lua icon indicating copy to clipboard operation
nvim.lua copied to clipboard

How do I use nvim_echo?

Open Invertisment opened this issue 3 years ago • 1 comments

If I use function from here https://github.com/neovim/neovim/issues/13672#issuecomment-973245328 then it prints like this:

table: 0x7f13065660f8 false table: 0x7f13067cac00                                                                                                                                                                                              

Is there a way around it?

Invertisment avatar Aug 13 '22 12:08 Invertisment

I used this in the end and I couldn't find a way to do this with your plugin (probably not valid lua):

vim.api.nvim_echo({{"text", "DiffAdd"}}, false, {})

Invertisment avatar Aug 14 '22 18:08 Invertisment