]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
llama.vim : add classic vim support (#9995)
authorMichael Coppola <redacted>
Wed, 23 Oct 2024 11:09:26 +0000 (07:09 -0400)
committerGitHub <redacted>
Wed, 23 Oct 2024 11:09:26 +0000 (14:09 +0300)
commitac113a0feee0935b2018312f7bc8d7a646b117ed
treed172ae09591b7ba131f7614f1beac3594aecb821
parent4c9388fb96ac2415fbb1239b7ba8346616606e2e
llama.vim : add classic vim support (#9995)

* added classic vim support

* fixed ring update, removed blank line

* minor

* minor

* minor doc update

* removed uneeded var

* minor

* minor

* fixed job_start creating new scratch buffers

* fixed job_start creating new scratch buffers

* fixed ghost text indenting when expandtab is on

* removed unused code

* minor

* unified fim_on_exit

* minor

* vim ghost text rendering now uses pos_x and pos_y parameters

* renamed *_hlgroup to hlgroup_*

* renamed *_ghost_text to ghost_text_*, moved nvim/vim detection to llama#init()

* minor

---------

Co-authored-by: Michael Coppola <redacted>
examples/llama.vim