fix!: fix "Command X not found after loading gopher.nvim" (#100)
BREAKING CHANGE: now calling .setup is required
This commit is contained in:
parent
e7a440acff
commit
51964dd307
4 changed files with 87 additions and 75 deletions
|
|
@ -29,7 +29,7 @@ Requirements:
|
|||
vim.cmd.GoInstallDeps()
|
||||
end,
|
||||
---@type gopher.Config
|
||||
opts = {},
|
||||
opts = {}, -- required
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue