gsuuon / model.nvim

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

fix: vim.fs.joinpath not in neovim 0.9.4 #42

Closed TyberiusPrime closed 9 months ago

TyberiusPrime commented 9 months ago

vim.fs.joinpath is apparently not in the latest stable neovim 0.9.4.

This allow using the llama.cpp server plugin with anyway.

gsuuon commented 9 months ago

Great catch, thanks! Do you mind switching the indent to 2 spaces?

TyberiusPrime commented 9 months ago

Of course. My bad!

gsuuon commented 9 months ago

Awesome, thanks again!