feat: initial commit

This commit is contained in:
Barrett Ruth 2026-03-27 16:46:28 -04:00
commit c4da2cda2a
No known key found for this signature in database
GPG key ID: A6C96C9349D2FC81
23 changed files with 3743 additions and 0 deletions

21
forge.nvim-scm-1.rockspec Normal file
View file

@ -0,0 +1,21 @@
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',
}