Mercurial > vim
diff .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 |
line wrap: on
line diff
--- a/.vimrc Fri Nov 28 08:44:05 2025 -0500 +++ b/.vimrc Tue Dec 02 11:53:47 2025 -0500 @@ -109,8 +109,8 @@ " LLama.vim " put before llama.vim loads -let g:llama_config = { 'show_info': 0, 'endpoint': 'http://127.0.0.1:8012/infill' } -Plug 'ggml-org/llama.vim' +" let g:llama_config = { 'show_info': 0, 'endpoint': 'http://127.0.0.1:8012/infill' } +" Plug 'ggml-org/llama.vim' call plug#end()
