feat: add rockspec
This commit is contained in:
parent
416757c0d9
commit
94b7c70fe5
1 changed files with 12 additions and 0 deletions
12
fugitive-ts.nvim-scm-1.rockspec
Normal file
12
fugitive-ts.nvim-scm-1.rockspec
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
rockspec_format = '3.0'
|
||||||
|
package = 'fugitive-ts.nvim'
|
||||||
|
version = 'scm-1'
|
||||||
|
|
||||||
|
source = { url = 'git://github.com/barrettruth/fugitive-ts.nvim' }
|
||||||
|
build = { type = 'builtin' }
|
||||||
|
|
||||||
|
test_dependencies = {
|
||||||
|
'lua >= 5.1',
|
||||||
|
'nlua',
|
||||||
|
'busted >= 2.1.1',
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue