help w/ installation? #57
Answered
by
neutrinoA4
presmihaylov
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
neutrinoA4
Feb 18, 2024
Replies: 2 comments 1 reply
-
@preslavmihaylov If you are using a plugin manager other than the one mentioned in the README, try calling the setup function in your lua file as follows.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jellydn
-
Hi @preslavmihaylov let g:copilot_chat_disable_separators = "no"
let g:copilot_chat_proxy = ""
lua _COPILOT_CHAT_GLOBAL_CONFIG = _COPILOT_CHAT_GLOBAL_CONFIG or {}
let g:copilot_chat_user_prompts = {
Explain = 'Explain how it works.',
Tests = 'Briefly explain how selected code works then generate unit tests.',
}
let g:copilot_chat_show_help = 'yes'
let copilot_chat_disable_separators = 'no'
let copilot_chat_hide_system_prompt = 'yes'
let copilot_chat_language = '' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@preslavmihaylov
I guessed that you weren't calling the setup function.
If you are using a plugin manager other than the one mentioned in the README, try calling the setup function in your lua file as follows.