diff .vimrc @ 4:1a705d7a7521

working on stuff
author luka
date Thu, 23 Oct 2025 12:33:51 -0400
parents 13ee7346431d
children 4a7bc1c8551b
line wrap: on
line diff
--- a/.vimrc	Thu Apr 24 20:28:09 2025 -0400
+++ b/.vimrc	Thu Oct 23 12:33:51 2025 -0400
@@ -95,6 +95,11 @@
 " AI-ify
 Plug 'madox2/vim-ai'
 
+" LLama.vim
+" put before llama.vim loads
+" let g:llama_config = { 'show_info': 0, 'endpoint': 'http://0.0.0.0:8080/infill' }
+" Plug 'ggml-org/llama.vim'
+
 call plug#end()
 
 " CTRLP