Closed fnknda closed 3 years ago
Changed the function call from the now deprecated focusable_preview to the new open_floating_preview
focusable_preview
open_floating_preview
Since this neovim's commit (https://github.com/neovim/neovim/commit/64da499ac25bd833c57e0850e31affd22294049e), focusable_preview is now deprecated in favour of the new open_floating_preview.
This is the mentioned deprecation warning:
thank you! I've tried this (NVIM v0.5.0-dev+1362-g3cd688ff7) and it works perfectly for me
NVIM v0.5.0-dev+1362-g3cd688ff7
Great, sorry for the delay and thanks for handling this !
Changed the function call from the now deprecated
focusable_preview
to the newopen_floating_preview
Since this neovim's commit (https://github.com/neovim/neovim/commit/64da499ac25bd833c57e0850e31affd22294049e), focusable_preview is now deprecated in favour of the new open_floating_preview.