comparison .vimrc @ 10:b95a8e2525cc

Better vim-ai support for local model on edit
author Luka Sitas <lsitas@avatarasoftware.com>
date Fri, 28 Nov 2025 08:44:05 -0500
parents 17c557de03e0
children 08bdff1abb15 027a85d0e60e
comparison
equal deleted inserted replaced
9:17c557de03e0 10:b95a8e2525cc
6 inoremap <C-a> <C-x><C-i> 6 inoremap <C-a> <C-x><C-i>
7 7
8 colorscheme desert 8 colorscheme desert
9 9
10 " Support for tags closing and classes 10 " Support for tags closing and classes
11 source $HOME/.vim/plugins/vim-ai.vim
11 source $HOME/.vim/plugins/taghelp 12 source $HOME/.vim/plugins/taghelp
12 source $HOME/.vim/plugins/dbtables/dbtables.vim 13 source $HOME/.vim/plugins/dbtables/dbtables.vim
13 source $HOME/.vim/plugins/hghelp/hghelp.vim 14 source $HOME/.vim/plugins/hghelp/hghelp.vim
14 source $HOME/.vim/plugins/globalsearch.vim 15 source $HOME/.vim/plugins/globalsearch.vim
15 16
102 source $HOME/.vim/plugins/coc 103 source $HOME/.vim/plugins/coc
103 104
104 " AI-ify 105 " AI-ify
105 Plug 'madox2/vim-ai' 106 Plug 'madox2/vim-ai'
106 107
108
109
107 " LLama.vim 110 " LLama.vim
108 " put before llama.vim loads 111 " put before llama.vim loads
109 " let g:llama_config = { 'show_info': 0, 'endpoint': 'http://0.0.0.0:8080/infill' } 112 let g:llama_config = { 'show_info': 0, 'endpoint': 'http://127.0.0.1:8012/infill' }
110 " Plug 'ggml-org/llama.vim' 113 Plug 'ggml-org/llama.vim'
111 114
112 call plug#end() 115 call plug#end()
113 116
114 " CTRLP 117 " CTRLP
115 source $HOME/.vim/plugins/ctrlp 118 source $HOME/.vim/plugins/ctrlp