From a13d7234f7f2c536c833c06fd593d03c23df03af Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 1 Dec 2024 00:11:41 +0100 Subject: fix: gopher not installing deps on first launch --- lua/pml68/plugins/lang-specific.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lua') diff --git a/lua/pml68/plugins/lang-specific.lua b/lua/pml68/plugins/lang-specific.lua index 218cfeb..e4118fa 100644 --- a/lua/pml68/plugins/lang-specific.lua +++ b/lua/pml68/plugins/lang-specific.lua @@ -11,9 +11,7 @@ return { { "olexsmir/gopher.nvim", ft = "go", - build = function() - vim.cmd("silent! GoInstallDeps") - end, + build = ":GoInstallDeps", }, -- Rust { -- cgit v1.2.3