1 files changed,
12 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-02-12 22:24:53 +0200
Parent:
de49697
A
lua/plugins/gopher.lua
@@ -0,0 +1,12 @@
+---@type LazySpec +return { + "olexsmir/gopher.nvim", + ft = "go", + dev = true, + ---@type gopher.Config + opts = { + gotests = { + template = "testify", + }, + }, +}