all repos

init.lua @ e23a17b83f95ce6f08711fbbb6c93d1c916147c9

my nvim config
1 files changed, 8 insertions(+), 2 deletions(-)
refactor(curl.nvim): use dev version and update config
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-12-10 18:31:18 +0200
Parent: 11368e2
M lua/plugins/core.lua

@@ -16,8 +16,14 @@ end,

}, { "oysandvik94/curl.nvim", - opts = { default_flags = { "-i" } }, - cmd = { "CurlOpen" }, + dev = true, + cmd = { "CurlOpen", "CurlCollection" }, + ---@module "curl" + ---@type curl_config + opts = { + default_flags = { "-i" }, + open_with = "vsplit", + }, }, { "folke/todo-comments.nvim",