llama.vim ported to Qt Creator #15219
Replies: 5 comments 13 replies
-
Nice! I don't have Qt Creator configured, so can't test it, but can review the implementation and give any insights in case something is not clear.
Yes, happy to accept it. If you decide to do so, I will add you as maintainer of the |
Beta Was this translation helpful? Give feedback.
-
I've took care of the TODOs. I think it's ready for a release. 🎉 I'll have to add some translations for the ui strings and add screenshots and screencasts! |
Beta Was this translation helpful? Give feedback.
-
I've blogged about the whole experience at https://cristianadam.eu/20250817/from-llama-dot-vim-to-qt-creator-using-ai/ |
Beta Was this translation helpful? Give feedback.
-
First peak at the Chat functionality in llama.qtcreator. (ggml-org/llama.qtcreator@75c0bcd is the initial chat commit) I used it to talk to gpt-oss 20b to create me a qt c++ chat widgets application that chats with a llama.cpp server using its json api. See how it went at ... https://youtu.be/qWrzcx6QhOA |
Beta Was this translation helpful? Give feedback.
-
I once had to work on Qt Creator and add Lua support to it. That was the thing that made me left this job |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
At https://github.com/cristianadam/llama.qtcreator/ I've pushed a Qt Creator plugin that I have hacked over the weekend.
The code was first put together by the
Qwen3 Coder 30b
from the vim script from https://github.com/ggml-org/llama.vim/. Then I contributed the rest of changes. Thecopilot
plugin from Qt Creator was my inspiration when it comes to having a settings page.I will ask a few of my colleagues for some code review in regard of the Qt Creator bits. There are some TODOs regarding the vim porting. I will address them as soon as possible.
Since you guys have done the vim script, it would be great if you could have a look. I would also want to contribute the plugin to https://github.com/ggml-org if you are willing to accept this type of work.
Beta Was this translation helpful? Give feedback.
All reactions