cp.nvim/cp.nvim-scm-1.rockspec

18 lines
312 B
Lua

rockspec_format = '3.0'
package = 'cp.nvim'
version = 'scm-1'
source = { url = 'git://github.com/barrett-ruth/cp.nvim' }
build = { type = 'builtin' }
test_dependencies = {
'lua >= 5.1',
'nlua',
'busted >= 2.1.1',
}
test = {
type = 'command',
command = 'nvim',
flags = { '-l', 'tests/init.lua' }
}