all repos

init.lua @ c347037

my nvim config
1 files changed, 6 insertions(+), 0 deletions(-)
feat(gopher): add stuff for development
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-09-14 23:07:16 +0300
Parent: 6828d03
M lua/plugins/gopher.lua

@@ -1,3 +1,5 @@

+local dev_deps = true + ---@type LazySpec return { "olexsmir/gopher.nvim",

@@ -5,8 +7,12 @@ ft = "go",

dev = true, cmd = "GoInstallDeps", build = vim.cmd.GoInstallDeps, + dependencies = { + { "williamboman/mason.nvim", cond = dev_deps, config = true }, + }, ---@type gopher.Config opts = { + use_mason = dev_deps, log_level = vim.log.levels.TRACE, gotests = { template = "testify",