chore(health): update messages
This commit is contained in:
parent
4050225619
commit
fd1120370b
1 changed files with 2 additions and 2 deletions
|
|
@ -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`" },
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue