all repos

curl.nvim @ 53cfede1fa50f137dded02b645b77ea40b6728dd

use curl within neovim
name last commit last update
lua/ formatting and ai slop mention 1 month ago 2026-04-19 22:50:04 EEST
readme formatting and ai slop mention 1 month ago 2026-04-19 22:50:04 EEST
stylua.toml formatting and ai slop mention 1 month ago 2026-04-19 22:50:04 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" }, -- by default {}
      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.