all repos

curl.nvim @ a19a0b35cb91e25cac652c7ef54996e3506ee887

use curl within neovim
name last commit last update
lua/ clanker did some bug fixing 21 days ago 2026-05-16 13:42:02 EEST
readme bug fix; open result window only when we get response; formatting 1 month ago 2026-04-28 18:35:32 EEST
stylua.toml bug fix; open result window only when we get response; formatting 1 month ago 2026-04-28 18:35:32 EEST
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.