zerol
zerol
Thanks for sharing your configuration. Good to know you can use `straight.el` in spacemacs. Spacemacs allows adding packages directly from GitHub by changing the `dotspacemacs-additional-packages` variable. Doesn't it work?
#60 may help you
I have pinned this issue and would welcome any suggestions or recommendations on keybindings. My intention is to make the default keybindings similar to those in VSCode, while also allowing...
@jleonard-r7 Using TAB to accept completion is the default behavior of VSCode, so I tried to make them consistent.
Fixed by #64
 @Rogach In the screenshot, my cursor is on the second line while this file has only one line. With the special case, copilot.el can provide completions in this situation,...
@Rogach Patch applied. Thanks for your elegant solution!
Same problem here. 
> Same problem here. > >  确实,我这个是另一个问题,看上去 bing 官方的网页也会有一样的问题。 
It is caused by: 1. `copilot-mode` is enabled in your mini buffer. 2. There is a non-utf8 character in your mini buffer. To solve the problem, you may want to...