all repos

curl.nvim @ 3b9e8b516f4acbd22a7ab6315db52a566efa5f12

use curl within neovim

curl.nvim/readme (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
bug fix; open result window only when we get response; formatting, 1 month ago
1
curl.nvim
2
---------
3
4
simple curl integration to neovim. btw this is ai slop.
5
6
7
INSTILL
8
9
    vim.pack.add { "https://github.com/olexsmir/curl.nvim" }
10
    require("curl").setup {}
11
12
CONFIGURATION
13
14
    require("curl").setup {
15
      curl = nil, -- path to binary, leave nil to use one in $PATH
16
      default_flags = { "-i" },
17
      open_cmd = "vsplit",
18
      map_execute = "<CR>",
19
    }
20
21
LICENSE
22
23
  "THE BEERWARE LICENSE" (Revision 42):
24
  Oleksandr Smirnov wrote this code. As long as you retain this
25
  notice, you can do whatever you want with this stuff. If we
26
  meet someday, and you think this stuff is worth it, you can
27
  buy me a beer in return.