Update README.md

This commit is contained in:
Harrison (Harry) Cramer
2023-08-14 18:23:37 -04:00
committed by GitHub
parent 0a4ce10aa1
commit 1963e49d63

View File

@@ -179,7 +179,7 @@ This plugin uses a Golang server to reach out to Gitlab. The Golang server runs
curl --header "PRIVATE-TOKEN: ${GITLAB_TOKEN}" localhost:21036/info curl --header "PRIVATE-TOKEN: ${GITLAB_TOKEN}" localhost:21036/info
``` ```
This is the API call that is happening from within Neovim when you run the `:lua require("gitlab").summary()` command. This is the API call that is happening from within Neovim when you run the `summary` command.
This Go server, in turn, writes logs to the log path that is configured in your setup function. These are written by default to `~/.cache/nvim/gitlab.nvim.log` and will be written each time the server reaeches out to Gitlab. This Go server, in turn, writes logs to the log path that is configured in your setup function. These are written by default to `~/.cache/nvim/gitlab.nvim.log` and will be written each time the server reaeches out to Gitlab.