1 files changed,
1 insertions(+),
3 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-09-03 11:17:10 +0300
Parent:
2ffce81
M
lua/plugins/gopher.lua
@@ -4,9 +4,7 @@ "olexsmir/gopher.nvim",
ft = "go", dev = true, cmd = "GoInstallDeps", - build = function() - vim.cmd.GoInstallDeps() - end, + build = vim.cmd.GoInstallDeps, ---@type gopher.Config opts = { log_level = vim.log.levels.TRACE,