mirror of
https://github.com/harivansh-afk/forge.nvim.git
synced 2026-04-15 04:03:29 +00:00
feat: initial commit
This commit is contained in:
commit
c4da2cda2a
23 changed files with 3743 additions and 0 deletions
21
forge.nvim-scm-1.rockspec
Normal file
21
forge.nvim-scm-1.rockspec
Normal 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',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue