* feat(struct_tags): add options support
* refactor(struct-tags): give input field better name
* feat(struct-tag): add default option
* refactor: make it work on neovim version below 0.12
* chore(struct-tags): update the demo
* refactor: unite struct_tags util with main logic
* refactor: remove autoload
* since nvim 0.9 health.lua files are threaded as checkhealth provider
* prof of concept
* fix(runner.gocmd)!: i forgot to update it when i was working on #85
* fix(plugin): now commands register properly
* fix(plugin): fix command name for :GoIfErr
* fix(plugin): respect `setup_commands` option
* docs: update
* refactor(plugin): use vim.schedule
* docs: update CONTRIBUTING