Closed alxndr closed 2 years ago
When I start Neovim, I see this message in the status bar:
[pretty-fold.nvim] preview module have been moved into separate plugin:: https://github.com/anuvyklack/fold-preview.nvim
Is there a way to hide this message?
Remove require('pretty-fold').preview() line somewhere inside you config.
require('pretty-fold').preview()
When I start Neovim, I see this message in the status bar:
Is there a way to hide this message?