fix!: fix "Command X not found after loading gopher.nvim" (#100)

BREAKING CHANGE: now calling .setup is required
This commit is contained in:
Smirnov Oleksandr 2025-03-22 16:10:17 +02:00 committed by Oleksandr Smirnov
parent 969db908f8
commit acd4e6fc30
No known key found for this signature in database
4 changed files with 87 additions and 75 deletions

View file

@ -29,7 +29,7 @@ Requirements:
vim.cmd.GoInstallDeps()
end,
---@type gopher.Config
opts = {},
opts = {}, -- required
}
```