-
These msgs/notifications are great; however, I would like to clear up. What's the command / keybind? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hello! Ironically I actually just asked the same question on the coc.nvim Gitter chat. I have no idea how these are meant to be used, and they are from a new update in coc.nvim. Once I hear back and figure out how a user is supposed to interact with these I'll post back in here. |
Beta Was this translation helpful? Give feedback.
-
So to answer your initial question @shy00n, you can use the following to close the floats: coc#float#close_all() https://gitter.im/neoclide/coc.nvim?at=5fd1e13a0697c1210db1a48a |
Beta Was this translation helpful? Give feedback.
-
Thanks that helps! maybe I will assign it to a key (suggestions welcomed).
Would be nice to just disappear after a few sec like other editors.
…On Thu, Dec 10, 2020 at 5:37 AM Chris Kipp ***@***.***> wrote:
Also you can see some more context here neoclide/coc.nvim#2472
<https://github.com/neoclide/coc.nvim/issues/2472>.
Feel free to comment in there with any questions about the new floats.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#365 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARILTGAE3ANMOYGVNTYL72LSUCQEXANCNFSM4UUUBSZA>
.
|
Beta Was this translation helpful? Give feedback.
So to answer your initial question @shy00n, you can use the following to close the floats:
coc#float#close_all()
https://gitter.im/neoclide/coc.nvim?at=5fd1e13a0697c1210db1a48a