view plugins/vim-ai.vim @ 18:203279635445 default tip

Adding in the voice note ability. It's not perfect but it is working.
author Luka Sitas <lsitas@avatarasoftware.com>
date Tue, 16 Dec 2025 11:03:27 -0500
parents 027a85d0e60e
children
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"