gsuuon / model.nvim

Neovim plugin for interacting with LLM's and building editor integrated prompts.
MIT License
293 stars 21 forks source link

Treesitter mchat #56

Closed gsuuon closed 2 months ago

gsuuon commented 2 months ago

Adds tree-sitter support (from https://github.com/gsuuon/tree-sitter-mchat) with markdown injections - install with :TSInstall mchat (make sure model.nvim has been loaded if lazy loading)

image

resolves #44