From d3c0c44fcb87fc31df4001eeeb7ab05a4e909320 Mon Sep 17 00:00:00 2001 From: "Harrison (Harry) Cramer" <32515581+harrisoncramer@users.noreply.github.com> Date: Sat, 18 Nov 2023 17:06:39 -0500 Subject: [PATCH] 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. --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index d9cda87..7ffad59 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ https://github.com/harrisoncramer/gitlab.nvim/assets/32515581/dc5c07de-4ae6-4335 - [Reviewers and Assignees](#reviewers-and-assignees) - [Keybindings](#keybindings) - [Troubleshooting](#troubleshooting) -- [Extras](#extra-goodies) ## 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 ``` - -## 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 here and here for inspiration.