mirror of
https://github.com/harivansh-afk/forge.nvim.git
synced 2026-04-15 10:05:16 +00:00
21 lines
359 B
Lua
21 lines
359 B
Lua
rockspec_format = '3.0'
|
|
package = 'forge.nvim'
|
|
version = 'scm-1'
|
|
|
|
source = {
|
|
url = 'git+https://github.com/barrettruth/forge.nvim.git',
|
|
}
|
|
|
|
description = {
|
|
summary = 'Forge-agnostic git workflow for Neovim',
|
|
homepage = 'https://github.com/barrettruth/forge.nvim',
|
|
license = 'MIT',
|
|
}
|
|
|
|
dependencies = {
|
|
'lua >= 5.1',
|
|
}
|
|
|
|
build = {
|
|
type = 'builtin',
|
|
}
|