From fd1120370b34a4be699c9c64f2619c32f9febc91 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Thu, 27 Mar 2025 23:16:28 +0200 Subject: [PATCH] chore(health): update messages --- lua/gopher/health.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/gopher/health.lua b/lua/gopher/health.lua index 3e5e98a..b862742 100644 --- a/lua/gopher/health.lua +++ b/lua/gopher/health.lua @@ -5,7 +5,7 @@ local deps = { bin = { { bin = cmd.go, - msg = "required for `:GoGet`, `:GoMod`, `:GoGenerate`, `:GoWork`, `:GoInstallDeps`", + msg = "required for `:GoGet`, `:GoMod`, `:GoGenerate`, `:GoWork`, `:GoInstallDeps`, `:GoInstallDepsSync`", optional = false, }, { bin = cmd.gomodifytags, msg = "required for `:GoTagAdd`, `:GoTagRm`", optional = true }, @@ -18,7 +18,7 @@ local deps = { }, }, treesitter = { - { parser = "go", msg = "required for `gopher.nvim`" }, + { parser = "go", msg = "required for most of the parts of `gopher.nvim`" }, }, }