preview.nvim/preview.nvim-scm-1.rockspec
2026-03-02 21:23:40 -05:00

30 lines
451 B
Lua

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