1 files changed,
4 insertions(+),
0 deletions(-)
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,