* 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
* chore: delete pre-commit
* chore: switch from makefile to taskfile
* chore(ci): update and add one more linter
* chore(editorconfig): add config for Go
* chore(editorconfig): remove max_line_length
* fix: editorconfig-check on README.md