fix(health): typos

This commit is contained in:
Oleksandr Smirnov 2025-02-25 13:29:00 +02:00
parent cec90e8fbc
commit 1df27d1bbb
No known key found for this signature in database

View file

@ -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 = {
{ {