zerol

Results 36 comments of 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?

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.

![image](https://user-images.githubusercontent.com/20219056/227901072-de7d24ab-a11e-46e7-84bd-4309214e273b.png) @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. ![image](https://github.com/weaigc/bingo/assets/20219056/58fd9341-222e-4ce4-97d4-d96b082b51d3)

> Same problem here. > > ![image](https://private-user-images.githubusercontent.com/20219056/291884034-58fd9341-222e-4ce4-97d4-d96b082b51d3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDMwNzQ4MTIsIm5iZiI6MTcwMzA3NDUxMiwicGF0aCI6Ii8yMDIxOTA1Ni8yOTE4ODQwMzQtNThmZDkzNDEtMjIyZS00Y2U0LTk3ZDQtZDk2YjA4MmI1MWQzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFJV05KWUFYNENTVkVINTNBJTJGMjAyMzEyMjAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjMxMjIwVDEyMTUxMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFlMTMwNmZhZDRhZjEzZThjM2MyNjEyMjIxYWY4MjZkMjkxYzJjYjUxMzA1M2ExNzNmYWZhNTcyMzBmMjBjMTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.plmodX5G7twnXiL84fF2qIZQ8Aws8lIDxQcZ8-rKpEY) 确实,我这个是另一个问题,看上去 bing 官方的网页也会有一样的问题。 ![image](https://github.com/weaigc/bingo/assets/20219056/667f44b4-00c5-452b-b3a7-be67904901b1)

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...