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
* Bump the dev version
* Add myself to the list of maintainers
* Move the team to a separate section of the README
* Mention the license in the README
* Add MELPA badges
* Remove the Roadmap section
All items there are done.
@@ -10,10 +12,6 @@ Copilot.el is an Emacs plugin for GitHub Copilot.
10
12
11
13
**Note:** You need access to [GitHub Copilot][] to use this plugin.
12
14
13
-
Current maintainer(s): [@emil-vdw][], [@jcs090218][], [@rakotomandimby][].
14
-
15
-
Retired maintainer: [@zerolfx][].
16
-
17
15
## Requirements
18
16
19
17
`copilot.el` requires Emacs 27+.
@@ -337,13 +335,6 @@ But I decided to allow them to coexist, allowing you to choose a better one at a
337
335
+ Please enable event logging by customize `copilot-log-max` (to e.g. 1000), then paste related logs in the `*copilot events*` and `*copilot stderr*` buffer.
338
336
+ If an exception is thrown, please also paste the stack trace (use `M-x toggle-debug-on-error` to enable stack trace).
339
337
340
-
## Roadmap
341
-
342
-
+[x] Setup Copilot without Neovim
343
-
+[x] Cycle through suggestions
344
-
+[x] Add Copilot minor-mode
345
-
+[ ]~~Add package to MELPA~~
346
-
347
338
## Thanks
348
339
349
340
These projects helped me a lot:
@@ -359,8 +350,22 @@ Just like copilot plugin for intellij or vscode?
359
350
360
351
Please take a look at [copilot-chat.el](https://github.com/chep/copilot-chat.el)
361
352
353
+
## Team
354
+
355
+
Current maintainer(s): [@bbatsov][], [@emil-vdw][], [@jcs090218][], [@rakotomandimby][].
0 commit comments