From 1963e49d63e9b5475ba0758eba87b25e19e6b306 Mon Sep 17 00:00:00 2001 From: "Harrison (Harry) Cramer" <32515581+harrisoncramer@users.noreply.github.com> Date: Mon, 14 Aug 2023 18:23:37 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc5bf3c..f000c72 100644 --- a/README.md +++ b/README.md @@ -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 ``` -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.