Skip to content

Commit 74b9a4b

Browse files
committed
update
1 parent 28e0915 commit 74b9a4b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

FPKit.nvim-scm-1.rockspec

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
rockspec_format = '3.0'
2+
package = 'FPKit.nvim'
3+
version = 'scm-1'
4+
5+
test_dependencies = {
6+
'lua >= 5.1',
7+
'nlua',
8+
}
9+
10+
source = {
11+
url = 'git://github.com/nvimdev/' .. package,
12+
}
13+
14+
build = {
15+
type = 'builtin',
16+
}

0 commit comments

Comments
 (0)