Skip to content

Commit

Permalink
fixed default complete config
Browse files Browse the repository at this point in the history
  • Loading branch information
madox2 committed Dec 21, 2024
1 parent 4f9a743 commit 4f1c953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/vim_ai.vim
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function! vim_ai#AIRun(uses_range, config, ...) range abort
let l:selection = s:GetSelectionOrRange(l:is_selection, a:uses_range, a:firstline, a:lastline)

let l:config_input = {
\ "config_default": g:vim_ai_edit,
\ "config_default": g:vim_ai_complete,
\ "config_extension": a:config,
\ "user_instruction": l:instruction,
\ "user_selection": l:selection,
Expand Down

0 comments on commit 4f1c953

Please sign in to comment.