Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-08 | vim : bring back simple llm.vim example | Georgi Gerganov | |
2023-08-08 | vim : streaming and more (#2495) | AustinMroz | |
* Update Vim plugin * Remove getbufoneline usage, Add input bind example. getbufoneline() appears to be a recently added function and has been replaced with getbufline for compatibility. An additional example that explains how to add a keybind that works in insert mode was added. | |||
2023-07-23 | examples : simplify vim plugin (#2327) | AustinMroz | |
Uses builtin json_encode and json_decode functions to simplify escaping Removes the need for temp files | |||
2023-07-22 | examples : basic VIM plugin | whoreson | |
VIM plugin for server exe |