Update README.md

This commit is contained in:
Harrison (Harry) Cramer
2023-08-27 17:28:21 -04:00
committed by GitHub
parent dfded0f3bd
commit 3108a3709f

View File

@@ -21,10 +21,10 @@ https://github.com/harrisoncramer/gitlab.nvim/assets/32515581/dfd3aa8a-6fc4-4e43
## Quick Start ## Quick Start
1. Install Go and Delta Dependencies 1. Install Go and Delta Dependencies
2. Add config (below) 2. Add configuration (see Installation section)
3. `git checkout feature-branch` 3. Checkout your feature branch: `git checkout feature-branch`
4. Open Neovim 4. Open Neovim
5. Run `:lua require("gitlab").review()` to open the reviewer pane, or `:lua require("gitlab").summary() to read the MR description and get started. 5. Run `:lua require("gitlab").review()` to open the reviewer pane, or `:lua require("gitlab").summary()` to read the MR description and get started.
## Installation ## Installation