gopher.nvim/lua/gopher
Smirnov Oleksandr 26b41bf68c
refactor of public plugin's api (#37)
* 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
2023-07-19 23:38:23 +03:00
..
_utils refactor of public plugin's api (#37) 2023-07-19 23:38:23 +03:00
comment.lua refactor: move requires in place where they used (#22) 2022-12-19 11:47:43 +02:00
config.lua refactor of public plugin's api (#37) 2023-07-19 23:38:23 +03:00
dap.lua refactor of public plugin's api (#37) 2023-07-19 23:38:23 +03:00
gotests.lua refactor of public plugin's api (#37) 2023-07-19 23:38:23 +03:00
health.lua refactor of public plugin's api (#37) 2023-07-19 23:38:23 +03:00
iferr.lua refactor of public plugin's api (#37) 2023-07-19 23:38:23 +03:00
impl.lua refactor of public plugin's api (#37) 2023-07-19 23:38:23 +03:00
init.lua refactor of public plugin's api (#37) 2023-07-19 23:38:23 +03:00
installer.lua refactor of public plugin's api (#37) 2023-07-19 23:38:23 +03:00
struct_tags.lua refactor of public plugin's api (#37) 2023-07-19 23:38:23 +03:00