Update README.md
Fixed optional log path property!
This commit is contained in:
committed by
GitHub
parent
7dfd6d24e7
commit
8349bccb29
@@ -84,7 +84,7 @@ Here is the default setup function:
|
||||
```lua
|
||||
require("gitlab").setup({
|
||||
port = 20136, -- The port of the Go server, which runs in the background
|
||||
log_path = vim.fn.stdpath("cache"), -- Log path for the Go server
|
||||
log_path = vim.fn.stdpath("cache") .. "gitlab.nvim.log", -- Log path for the Go server
|
||||
keymaps = {
|
||||
popup = { -- The popup for comment creation, editing, and replying
|
||||
exit = "<Esc>",
|
||||
|
||||
Reference in New Issue
Block a user