2 files changed,
2 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-12-29 16:14:31 +0200
Parent:
8af0099
jump to
| M | lua/plugins/core.lua |
| M | lua/plugins/gopher.lua |
M
lua/plugins/core.lua
@@ -21,6 +21,7 @@ dev = false,
cmd = { "CurlOpen", "CurlCollection" }, ---@module "curl" ---@type curl_config + ---@diagnostic disable-next-line: missing-fields opts = { default_flags = { "-i" }, open_with = "vsplit",
M
lua/plugins/gopher.lua
@@ -13,6 +13,7 @@ end,
dependencies = { { "williamboman/mason.nvim", cond = dev_deps, config = true }, }, + ---@module "gopher" ---@type gopher.Config ---@diagnostic disable-next-line: missing-fields opts = {