diffs.nvim/diffs.nvim-scm-1.rockspec

30 lines
447 B
Lua

rockspec_format = '3.0'
package = 'diffs.nvim'
version = 'scm-1'
source = {
url = 'git+https://github.com/barrettruth/diffs.nvim.git',
}
description = {
summary = 'Syntax highlighting for diffs in Neovim',
homepage = 'https://github.com/barrettruth/diffs.nvim',
license = 'MIT',
}
dependencies = {
'lua >= 5.1',
}
test_dependencies = {
'nlua',
'busted >= 2.1.1',
}
test = {
type = 'busted',
}
build = {
type = 'builtin',
}