* 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(comment): dont use unnecessary function
* chore: quick way to open vim in dev mode
* feat(comment): add comment on on interface method
* feat(comment): add comment on a struct field
* feat(comment): add comment on a variable
* docs: add note about the generate function
* docs: gopher.TsResult
* fix(utils): handle case when indentation is wrong
* chore: fix minimal_init, load default plugins correctly
* refactor(ts): make it work on nightly
* chore: get nightly back in ci
* fix(tests): some how i now i need to run vim.treesitter.start() to make it work
* feat(ts): check if parser is found
* chore: use --clean instead --noplugin
* refactor(tests): use auto commands instead of putting it in each test
* chore: show the diff of the doc
* chore: add @dochide annotation
- it's easier to distinguish @private and something i dont want to see in docs
* docs: update
* refactor: move thing out to utils
* fix: lua-ls error
* fixup! refactor: move thing out to utils
* docs: update
* feat(tests): add utils that does most of tests boilerplate
* refactor(tests): rewrite using new thing
* refactor(tests): clean up everywhere
* refactor(tests): remove boilerplate even further
* refactor(tests): soon it will be too far
* refactor(tests): some test renaming
* fix(struct_tags): edge case with structs declared as var
* test: test it and fix it
* fixup! test: test it and fix it
* fixup! fix(struct_tags): edge case with structs declared as var
* fixup! test: test it and fix it
* refactor(utils): remove unused function
* fix(installer): actually pass what should be passed
* docs: add explanation comment
* test: add utils
* refactor(utils): flatten the dir of files
* remove .luarc
* 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