mirror of
https://github.com/macocianradu/nvim-http.git
synced 2026-07-16 10:58:46 +00:00
MVP
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user