gopher.nvim/lua/gopher/init.lua
Smirnov Oleksandr f835464d7f
Some refactoring (#20)
* feat: move all lua api into `api` module

* feat: remove boilerplate code, add go work suport

* refactor(utils): separete module for health

* refactor(dap): remove copy-paste code

* fix: comment

* chore(lsp): disable type checking

* feat: add `go work` command
2022-10-07 14:31:54 +00:00

5 lines
80 B
Lua

local GOPHER = {}
GOPHER.setup = require("gopher.config").setup
return GOPHER