discussions Search Results · repo:zbirenbaum/copilot.lua language:Lua
Filter by
57 results
inzbirenbaum/copilot.lua (press backspace or delete to remove)The language qualifier is not supported when searching discussions. Try searching for issues instead?
:
Having trouble trying to authenticate copilot. I ve searched through filed bugs and discussions but none of them worked.
@plugins.lua
{
-- FIX: Unable to auth copilot
zbirenbaum/copilot.lua ...
:
I have copilot.lua setup like below with lazy.nvim
{
zbirenbaum/copilot.lua ,
event = InsertEnter ,
cmd = Copilot ,
build = :Copilot auth ,
opts = {
panel = {
enabled = false,
...
:
I m a Neovim newbie, so, please, bear with me. I got it briefly to work, but now I can t get any suggestions to appear
even though Copilot is online and enabled. I ve tried several languages. I ve updated ...
:
I want to log out of the current account, and then log in to another account, but I find that there is no option to log
out, what should I do to switch accounts?
:
I want to log in through another account, but even after reinstalling the plugin, the nickname is saved somewhere and
logged in using it how is my nickname from github determined? img width= 528 alt= image ...
:
With auto trigger enabled, it would seem natural to be able to move to a new line after accepting a suggestion, because
it won t suggest a new line until enter a newline manually. So you have to do M-l ...
:
Question
According to the suggestion section of README: When auto_trigger is true, copilot starts suggesting as soon as you enter
insert mode. To toggle auto trigger for the current buffer, use require( ...