all repos

init.lua @ 36c2da5

my nvim config
2 files changed, 2 insertions(+), 0 deletions(-)
chore(linter): make linter dont complain about life
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-12-29 16:14:31 +0200
Parent: 8af0099
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 = {