curl.nvim
---------
simple curl integration to neovim. btw this is ai slop.
INSTILL
vim.pack.add { "https://github.com/olexsmir/curl.nvim" }
require("curl").setup {}
CONFIGURATION
require("curl").setup {
curl = nil, -- path to binary, leave nil to use one in $PATH
default_flags = { "-i" },
open_cmd = "vsplit",
map_execute = "<CR>",
}
LICENSE
"THE BEERWARE LICENSE" (Revision 42):
Oleksandr Smirnov wrote this code. As long as you retain this
notice, you can do whatever you want with this stuff. If we
meet someday, and you think this stuff is worth it, you can
buy me a beer in return.
a19a0b3
— Oleksandr Smirnov
Sat, 16 May 2026
2026-05-16 13:42:02 +0300
clanker did some bug fixing
3b9e8b5
— Oleksandr Smirnov
Tue, 28 Apr 2026
2026-04-28 18:35:32 +0300
bug fix; open result window only when we get response; formatting
53cfede
— Oleksandr Smirnov
Sun, 19 Apr 2026
2026-04-19 22:50:04 +0300
formatting and ai slop mention
Clone urls
https://git.olexsmir.xyz/curl.nvim
git@git.olexsmir.xyz:curl.nvim
Mirror status
Up to date (checked 4 hours ago), source: https://github.com/olexsmir/curl.nvim