gopher.nvim/lua/gopher
Smirnov Oleksandr 2e89cea6f3 refactor: commands runner (#42)
* 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
2023-08-10 12:11:26 +03:00
..
_utils refactor: commands runner (#42) 2023-08-10 12:11:26 +03:00
comment.lua refactor: move requires in place where they used (#22) 2022-12-19 11:47:43 +02:00
config.lua feat(config): make it optional to call .setup() 2023-07-20 19:53:15 +03:00
dap.lua fix(dap): now dlv uses cmd to run from config 2023-07-22 03:00:00 +03:00
gotests.lua refactor: commands runner (#42) 2023-08-10 12:11:26 +03:00
health.lua refactor of public plugin's api (#37) 2023-07-19 23:38:23 +03:00
iferr.lua refactor: commands runner (#42) 2023-08-10 12:11:26 +03:00
impl.lua refactor: commands runner (#42) 2023-08-10 12:11:26 +03:00
init.lua refactor: commands runner (#42) 2023-08-10 12:11:26 +03:00
installer.lua refactor: commands runner (#42) 2023-08-10 12:11:26 +03:00
struct_tags.lua refactor: commands runner (#42) 2023-08-10 12:11:26 +03:00