David-Kunz / gen.nvim

Neovim plugin to generate text using LLMs with customizable prompts
The Unlicense
977 stars 62 forks source link

Improve markdown rendering #77

Closed Mte90 closed 3 months ago

Mte90 commented 4 months ago

In my case the markdown is not rendered, there is something I have to configure for that? immagine

David-Kunz commented 3 months ago

Hi @Mte90 ,

The file type of the buffer is set to markdown. Do you have the corresponding Tree-Sitter parser? What happens if you open a markdown file, is it rendered correctly?

Mte90 commented 3 months ago

It seems that works