* refactor(health): keep in mind new way of health check (#63)
* feat(log): add logger module
* refactor(utils): remove unused code
* refactor(log, utils): get plugin name from config
* refactor(logger): add some type annotations
* refactor(utils): log notifications
* feat: LOGGER™
* feat(config): TYPES
* refactor(log): dont give a thing about var that is not even declared
* feat(log): add easy way to open log
* refactor(log): some types
* update types
* docs: regen
* fix(log): make setting log level by config work
* feat(iferr): write error to log file if occur
* feat(gotests): add logger
* 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