Files
u.nvim/u-0.0.0-0.rockspec
Jonathan Apodaca ea56f380e7
Some checks failed
ci / ci (push) Failing after 23s
convert to mise
2026-01-18 21:53:30 -07:00

17 lines
221 B
Lua

rockspec_format = '3.0'
package = 'u'
version = '0.0.0-0'
source = {
url = 'https://github.com/jrop/u.nvim',
}
dependencies = {
'lua = 5.1',
}
test_dependencies = {
'busted == 2.2.0-1',
'luacov == 0.16.0-1',
}