This commit is contained in:
radumaco
2026-03-06 22:14:04 +01:00
parent 29272e3e1c
commit 70016196c1
8 changed files with 1148 additions and 0 deletions

18
nvim-http-scm-1.rockspec Normal file
View File

@@ -0,0 +1,18 @@
package = "nvim-http"
version = "scm-1"
rockspec_format = "3.0"
source = {
url = "git+https://github.com/macocianradu/nvim-http",
}
description = {
summary = "Neovim HTTP runner plugin",
license = "MIT",
}
dependencies = {
"lua >= 5.1",
"lyaml",
}