Feat: Windows Support (#57)

This MR adds support for Windows machines
This commit is contained in:
Harrison (Harry) Cramer
2023-09-06 20:25:54 -04:00
committed by GitHub
parent ad3203c214
commit 57b842cad5
3 changed files with 17 additions and 5 deletions

View File

@@ -16,7 +16,6 @@ https://github.com/harrisoncramer/gitlab.nvim/assets/32515581/ab5a8597-32fa-4a28
## Requirements
- <a href="https://go.dev/">Go >= v1.19</a>
- <a href="https://www.gnu.org/software/make/manual/make.html">make (for install)</a>
## Quick Start
@@ -63,7 +62,7 @@ use {
}
```
## Configuration
## Project Configuration
This plugin requires a `.gitlab.nvim` file in the root of the project. Provide this file with values required to connect to your gitlab instance of your repository (gitlab_url is optional, use ONLY for self-hosted instances):