all repos

init.lua @ 1b48e0747aa3e4437d0f40bd15167860ddb11c37

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
refactor(curl.nvim): open as a buffer by default
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-08-19 14:26:19 +0300
Parent: efc2884
M lua/plugins/core.lua

@@ -22,7 +22,7 @@ ---@type curl_config

---@diagnostic disable-next-line: missing-fields opts = { default_flags = { "-i" }, - open_with = "vsplit", + open_with = "buffer", }, }, {