forge.nvim/forge.nvim-scm-1.rockspec
2026-03-27 16:46:28 -04:00

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',
}