OXY2DEV / markview.nvim

An experimental markdown previewer for Neovim
Apache License 2.0
603 stars 23 forks source link

suggestion: make it work with LSP hover docs #11

Open vxpm opened 1 week ago

vxpm commented 1 week ago

this plugin is great, and it would be very useful if it could work inside LSP hover docs. i'm not sure how exactly it would work, but noice.nvim is able to do something similar - so it is definitely possible.

OXY2DEV commented 5 days ago

this plugin is great, and it would be very useful if it could work inside LSP hover docs. i'm not sure how exactly it would work, but noice.nvim is able to do something similar - so it is definitely possible.

Sorry for the late reply.

By default, the plugin skips though buffer with nofile buftype.

You can change it by setting buf_ignore = {} in your setup.

Another thing is LSP hover windows have wrap in them. So you should disable it.