mirror of
https://github.com/macocianradu/nvim-http.git
synced 2026-03-18 21:00:05 +00:00
MVP
This commit is contained in:
18
nvim-http-scm-1.rockspec
Normal file
18
nvim-http-scm-1.rockspec
Normal 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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user