* fix(typo): README.md (#47)
* feat: add support for named tests
* test
* tags in table
* debug installer msg
* test
* hardcoded @develop
* get gotests tag from setup()
* update readme
* store install tag in urls table
* removed gotests tag
* update README.md
* remove urls installer index reference
* remove named arg from add_test()
* .
* update README.md
* update README.md
---------
Co-authored-by: Steve M <gearcog@users.noreply.github.com>
* feat(utils): first impl of own commands runner
* refactor(gotests): uses own runner instead of vendored
* refactor(utils): back to plenary.job
* refactor(gotests): use new runner, clean code
* fix(runner): now it returns output correctly
* refactor(iferr): use vim.system
i have tried to use _utils.runner, but i can't figure out how to make `< file.go` for the command
* refactor(impl): use new runner
* refactor(installer): use new runner
* refactor(struct_tags): use new runner
* refactor: commands such as :GoGet runs with new runner
* refactor: throw errors in more lua way, i think
* refactor(utils): notify now has title
* refactor: use more correct way of notifying
* refactor(runner): write error message on error
* chore(lua_ls): now lua_ls knows about testing functions
* spec: change way how tests srtuctured
* test(config): refactor tests
* test: utils
* refactor(utils): remove not used function
* chore(ci): add test runner
* chore(ci): remove taskfile from deps
* fix: now it works
* refactor: move all plugin functionality to init.lua
* fix(commands): now it uses correct module paths
* refactor(config): change way how it handles options
* refactor(gotests): use correct config, change way how deps required, fix some typos
* fix(healthchecker): use correct config
* refactor(iferr): change api
* refactor(impl): change api
* refactor(installer): change api
* refactor(struct_tags): change way of importting deps
* refactor(struct_tags): rename M to struct_tags
* run stylua
* refactor(dap): make it all in one file, and make some refactoring
* refactor(_utils): change way how it organizes
* fix: use new _utils api
* refactor(_utils.health): reorganize module
* refactor(_utils.ts): some renameing, moving requires lines
* run stylua
* refactor(comment): move require to a function
* refactor(gotests): move requires inside of functions
* refactor(health): move requires inside of function
* refactor(iferr): move requires inside of a function
* refactor(impl): move some requires inside of functions
* refactor(installer): move requires inside of function
* refactor(struct_tags): move requires into function
* refactor(dap): move import into function
* refactor(utils): move import into functions