Mercurial > vim
comparison plugins/vim-ai.vim @ 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 |
comparison
equal
deleted
inserted
replaced
| 10:b95a8e2525cc | 13:027a85d0e60e |
|---|---|
| 1 let g:vim_ai_roles_config_file = expand("$HOME/.vim/plugins/vim-ai/roles.ini") | 1 let g:vim_ai_roles_config_file = expand("$HOME/.vim/plugins/vim-ai/roles.ini") |
| 2 | |
| 2 | 3 |
| 3 " debug settings | 4 " debug settings |
| 4 let g:vim_ai_debug = 1 | 5 let g:vim_ai_debug = 1 |
| 5 let g:vim_ai_debug_log_file = "/tmp/vim_ai_debug.log" | 6 let g:vim_ai_debug_log_file = "/tmp/vim_ai_debug.log" |
