Skip to content

Commit 229d854

Browse files
committed
Markdown and language tweaks
1 parent 4340e16 commit 229d854

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

README.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This plugin is unofficial, however it makes use of the official [@github/copilot
2626

2727
2. Install the copilot server by `M-x copilot-install-server`.
2828

29-
3. Login to Copilot by `M-x copilot-login`. You can also check the status by `M-x copilot-diagnose` (`NotAuthorized` means you don't have a valid subscription).
29+
3. Login to Copilot by `M-x copilot-login`. You can also check the status by running `M-x copilot-diagnose` (`NotAuthorized` means you don't have a valid subscription).
3030

3131
4. Enjoy!
3232

@@ -188,8 +188,8 @@ Use `:map`, `:hook`, and `:config` to customize `copilot.el` via `use-package`.
188188

189189
Please make sure you have these dependencies installed (available in ELPA/MELPA):
190190

191-
+ `editorconfig`
192-
+ `f`
191+
- `editorconfig`
192+
- `f`
193193

194194
After installing those, clone this repository then insert the below snippet into your config file.
195195

@@ -394,31 +394,35 @@ After using `company-box`, you have:
394394
In other editors (e.g. `VS Code`, `PyCharm`), completions from copilot and other sources can not show at the same time.
395395
But I decided to allow them to coexist, allowing you to choose a better one at any time.
396396

397-
### Cursor Jump to End of Line When Typing
397+
### Cursor Jumps to End of Line When Typing
398398

399-
+ If you are using `whitespace-mode`, make sure to remove `newline-mark` from `whitespace-style`.
399+
If you are using `whitespace-mode`, make sure to remove `newline-mark` from `whitespace-style`.
400400

401401
## Reporting Bugs
402402

403-
+ Make sure you have restarted your Emacs (and rebuild the plugin if necessary) after updating the plugin.
404-
+ Please enable event logging by customize `copilot-log-max` (to e.g. 1000) and enable debug log `(setq copilot-server-args '("--stdio" "--debug"))`, then paste related logs in the `*copilot events*`, `*copilot stderr*` and `*copilot-language-server-log*` buffer.
405-
+ If an exception is thrown, please also paste the stack trace (use `M-x toggle-debug-on-error` to enable stack trace).
403+
- Make sure you have restarted your Emacs (and rebuild the plugin if necessary) after updating the plugin.
404+
- Please enable event logging by customize `copilot-log-max` (to e.g. 1000) and enable debug log `(setq copilot-server-args '("--stdio" "--debug"))`, then paste related logs in the `*copilot events*`, `*copilot stderr*` and `*copilot-language-server-log*` buffer.
405+
- If an exception is thrown, please also paste the stack trace (use `M-x toggle-debug-on-error` to enable stack trace).
406406

407407
## Thanks
408408

409409
These projects helped me a lot:
410410

411-
+ https://github.com/TommyX12/company-tabnine/
412-
+ https://github.com/cryptobadger/flight-attendant.el
413-
+ https://github.com/github/copilot.vim
414-
+ [@github/copilot-language-server][]
411+
- <https://github.com/TommyX12/company-tabnine/>
412+
- <https://github.com/cryptobadger/flight-attendant.el>
413+
- <https://github.com/github/copilot.vim>
414+
- [@github/copilot-language-server][]
415415

416416
## Do you want chat with Github Copilot?
417417

418-
Just like copilot plugin for intellij or vscode?
418+
Just like the copilot plugin for Intellij or VS Code?
419419

420420
Please take a look at [copilot-chat.el](https://github.com/chep/copilot-chat.el)
421421

422+
> [!NOTE]
423+
>
424+
> It's possible that chat functionality will be added to `copilot.el` as well down the road. PRs welcome!
425+
422426
## Team
423427

424428
Current maintainer(s): [@bbatsov][], [@emil-vdw][], [@jcs090218][], [@rakotomandimby][].

0 commit comments

Comments
 (0)