Mercurial > vim
comparison .vimrc @ 13:027a85d0e60e
[x] M .vimrc
[x] M plugins/hghelp/hghelp.vim
[x] M plugins/vim-ai.vim
[ ] ? tmp
| author | Luka Sitas <lsitas@avatarasoftware.com> |
|---|---|
| date | Tue, 02 Dec 2025 11:53:47 -0500 |
| parents | b95a8e2525cc |
| children | d30762aa23dd |
comparison
equal
deleted
inserted
replaced
| 10:b95a8e2525cc | 13:027a85d0e60e |
|---|---|
| 107 | 107 |
| 108 | 108 |
| 109 | 109 |
| 110 " LLama.vim | 110 " LLama.vim |
| 111 " put before llama.vim loads | 111 " put before llama.vim loads |
| 112 let g:llama_config = { 'show_info': 0, 'endpoint': 'http://127.0.0.1:8012/infill' } | 112 " let g:llama_config = { 'show_info': 0, 'endpoint': 'http://127.0.0.1:8012/infill' } |
| 113 Plug 'ggml-org/llama.vim' | 113 " Plug 'ggml-org/llama.vim' |
| 114 | 114 |
| 115 call plug#end() | 115 call plug#end() |
| 116 | 116 |
| 117 " CTRLP | 117 " CTRLP |
| 118 source $HOME/.vim/plugins/ctrlp | 118 source $HOME/.vim/plugins/ctrlp |
