|
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" }, -- by default {} |
|
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. |