all repos

init.lua @ ab56de1

my nvim config
1 files changed, 4 insertions(+), 0 deletions(-)
refactor(gopher): auto update deps on build
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-08-04 14:23:24 +0300
Parent: b3fe7cf
M lua/plugins/gopher.lua

@@ -3,6 +3,10 @@ return {

"olexsmir/gopher.nvim", ft = "go", dev = true, + cmd = "GoInstallDeps", + build = function() + vim.cmd.GoInstallDeps() + end, ---@type gopher.Config opts = { log_level = vim.log.levels.TRACE,