diff options
| author | pml68 <contact@pml68.me> | 2024-12-01 00:11:41 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-12-01 00:11:41 +0100 |
| commit | a13d7234f7f2c536c833c06fd593d03c23df03af (patch) | |
| tree | 38141ac6bea0a344bf741f33414074db61fe5d20 /lua/pml68 | |
| parent | feat: add Go support (diff) | |
| download | nvim-a13d7234f7f2c536c833c06fd593d03c23df03af.tar.gz | |
fix: gopher not installing deps on first launch
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/plugins/lang-specific.lua | 4 |
1 files changed, 1 insertions, 3 deletions
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 { |
