* 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