Initial commit
This commit is contained in:
commit
7fc01485e7
7 changed files with 92 additions and 0 deletions
5
lua/gopher/init.lua
Normal file
5
lua/gopher/init.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
local gopher = {}
|
||||
|
||||
gopher.install_deps = require("gopher.installer").install_all
|
||||
|
||||
return gopher
|
||||
Loading…
Add table
Add a link
Reference in a new issue