nomnivore / ollama.nvim

A plugin for managing and integrating your ollama workflows in neovim.
MIT License
311 stars 22 forks source link

[Enhancement] Markdown Preview Support #33

Open snoweuph opened 1 month ago

snoweuph commented 1 month ago

It would be awesome to have support for "mrjones2014/mdpreview.nvim" I would love to see this with some simple Prompt Option:

opt = { mdpreview = true}

I would expect this to pass the display output through the stuff the

require('mdpreview').preview()

Function normal does, so the users settings for that plugin work.

It already has an API

I also expect this to only work together with the displaying enabled, and it would need compatibility for splitting and co. too. It should be disabled by default, and be an optional feature.

I might see, if I find the Time to do this myself, but the hope for that isn't that great