Updates Readme: Remove "Extra" Section (#111)

This is not part of the core repository and is not maintained as part of .gitlab.nvim, we don't to recommend unrelated code to users.
This commit is contained in:
Harrison (Harry) Cramer
2023-11-18 17:06:39 -05:00
committed by GitHub
parent 4f1a677750
commit d3c0c44fcb

View File

@@ -31,7 +31,6 @@ https://github.com/harrisoncramer/gitlab.nvim/assets/32515581/dc5c07de-4ae6-4335
- [Reviewers and Assignees](#reviewers-and-assignees) - [Reviewers and Assignees](#reviewers-and-assignees)
- [Keybindings](#keybindings) - [Keybindings](#keybindings)
- [Troubleshooting](#troubleshooting) - [Troubleshooting](#troubleshooting)
- [Extras](#extra-goodies)
## Requirements ## Requirements
@@ -343,7 +342,3 @@ The easiest way to debug what's going wrong is to turn on the `debug` options in
``` ```
curl --header "PRIVATE-TOKEN: ${GITLAB_TOKEN}" localhost:21036/info curl --header "PRIVATE-TOKEN: ${GITLAB_TOKEN}" localhost:21036/info
``` ```
## Extra Goodies
If you are like me and want to quickly switch between recent branches and recent merge request reviews and assignments, check out the git scripts contained <a href="https://github.com/harrisoncramer/.dotfiles/blob/main/scripts/bin/git-reviews">here</a> and <a href="https://github.com/harrisoncramer/.dotfiles/blob/main/scripts/bin/git-authored">here</a> for inspiration.