fix(health): typos
This commit is contained in:
parent
cec90e8fbc
commit
1df27d1bbb
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@ local u = require "gopher._utils.health_util"
|
||||||
local deps = {
|
local deps = {
|
||||||
plugin = {
|
plugin = {
|
||||||
{ lib = "dap", msg = "required for `gopher.dap`", optional = true },
|
{ lib = "dap", msg = "required for `gopher.dap`", optional = true },
|
||||||
{ lib = "plenary", 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 everyting in gopher.nvim", optional = false },
|
{ lib = "nvim-treesitter", msg = "required for everything in gopher.nvim", optional = false },
|
||||||
},
|
},
|
||||||
bin = {
|
bin = {
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue