ggml-org / llama.vim

Vim plugin for LLM-assisted code/text completion
85 stars 4 forks source link

add Vundle instructions #8

Closed pnb closed 1 week ago

pnb commented 1 week ago

This PR adds instructions for installing the plugin in a vim setup that uses Vundle instead of vim-plug. It worked first try, so I thought other Vundle users might. However, I am not a Vundle expert by any means so I don't know if there is a better way, only that this way was easy and worked.

I also reorganized the installation instructions slightly to add a level of hierarchy because of this addition, since I thought the flat hierarchy might make people think all steps were required.

Very nice plugin by the way! I've been using classic vim for about 20 years now, so realistically I'm not going to change my ways except through vim plugins. :)