fix: typos (#82)
* docs(gotests): update and fix * fix(health): typos * docs(impl): update and fix typos * docs(config): typos * docs(iferr): update * typos * docs(struct_tags): update * docs: fix typos * docs: Capitalization * docgen
This commit is contained in:
parent
cd8a5efc88
commit
837897a79d
10 changed files with 96 additions and 86 deletions
|
|
@ -5,8 +5,8 @@ local u = require "gopher._utils.health_util"
|
|||
local deps = {
|
||||
plugin = {
|
||||
{ lib = "dap", msg = "required for `gopher.dap`", optional = true },
|
||||
{ lib = "plenary", msg = "required for everyting in gopher.nvim", optional = false },
|
||||
{ lib = "nvim-treesitter", msg = "required for everyting in gopher.nvim", optional = false },
|
||||
{ lib = "plenary", msg = "required for everything in gopher.nvim", optional = false },
|
||||
{ lib = "nvim-treesitter", msg = "required for everything in gopher.nvim", optional = false },
|
||||
},
|
||||
bin = {
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue