view plugins/vim-ai.vim @ 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
children 027a85d0e60e
line wrap: on
line source

let g:vim_ai_roles_config_file = expand("$HOME/.vim/plugins/vim-ai/roles.ini")

" debug settings
let g:vim_ai_debug = 1
let g:vim_ai_debug_log_file = "/tmp/vim_ai_debug.log"