You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in normal mode and insert mode, it is not entirely clear to me what region of code is being evaluated. Is it the line, the paragraph? Knowing this would be relevant to effectively use this plugin
The text was updated successfully, but these errors were encountered:
When running :AI with no arguments (such as when pressing <C-a> in insert mode), up to 20 lines before and after the cursor are included in the request to OpenAI to give context. You can adjust this by setting g:ai_context_before and g:ai_context_after.
in normal mode and insert mode, it is not entirely clear to me what region of code is being evaluated. Is it the line, the paragraph? Knowing this would be relevant to effectively use this plugin
The text was updated successfully, but these errors were encountered: