Bugfix: Fixes server.start() command

This commit is contained in:
Harrison Cramer
2023-08-28 08:25:30 -04:00
parent c29fa4f43f
commit 72a263d346
3 changed files with 7 additions and 7 deletions

View File

@@ -210,7 +210,7 @@ This plugin uses a Golang server to reach out to Gitlab. It's possible that some
```
:lua require("gitlab.server").build()
:lua require("gitlab.server").start()
:lua require("gitlab.server").start(function() print("Server started") end)
```
You can directly interact with the Go server like any other process: