docs: remove plenary from deps

This commit is contained in:
Oleksandr Smirnov 2025-02-26 13:31:30 +02:00
parent 883b92b63d
commit 2dd45be37f
No known key found for this signature in database
3 changed files with 1 additions and 6 deletions

View file

@ -4,8 +4,6 @@ local u = require "gopher._utils.health_util"
local deps = {
plugin = {
{ lib = "dap", msg = "required for `gopher.dap`", optional = true },
{ lib = "plenary", msg = "required for everything in gopher.nvim", optional = false },
{ lib = "nvim-treesitter", msg = "required for everything in gopher.nvim", optional = false },
},
bin = {